1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
This commit is contained in:
Kevin Levron 2021-02-28 19:19:50 +01:00
parent 98a73f1a70
commit 1162c6f105

View File

@ -3,14 +3,14 @@
I wanted to try to write a lib similar to [react-three-fiber](https://github.com/react-spring/react-three-fiber) but for VueJS.
<p>
<a href="https://troisjs.github.io/trois/"><img src="/screenshots/troisjs1.jpg" width="45%" /></a>
<a href="https://troisjs.github.io/trois/"><img src="/screenshots/troisjs3.jpg" width="45%" /></a>
<a href="https://troisjs.github.io/trois/"><img src="/screenshots/troisjs4.jpg" width="45%" /></a>
<a href="https://troisjs.github.io/trois/"><img src="/screenshots/troisjs5.jpg" width="45%" /></a>
<a href="https://troisjs.github.io"><img src="/screenshots/troisjs1.jpg" width="45%" /></a>
<a href="https://troisjs.github.io"><img src="/screenshots/troisjs3.jpg" width="45%" /></a>
<a href="https://troisjs.github.io"><img src="/screenshots/troisjs4.jpg" width="45%" /></a>
<a href="https://troisjs.github.io"><img src="/screenshots/troisjs5.jpg" width="45%" /></a>
</p>
- 💻 Examples (wip) : https://troisjs.netlify.app/
- 📖 Doc (wip) : https://troisjs.netlify.app/guide/
- 💻 Examples (wip) : https://troisjs.github.io/
- 📖 Doc (wip) : https://troisjs.github.io/guide/
I started from scratch... I don't know if I will have time to maintain this, but feel free to participate :)