diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b29144 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# VueJS 3 + ViteJS + ThreeJS + +I wanted to try to write a lib similar to [react-three-fiber](https://github.com/react-spring/react-three-fiber) but for VueJS. + +## PoC + +I first made a simple *Proof of Concept*, take a look at [Test.vue](/src/components/Test.vue) : + +```html + + + + + + + + + + + + +``` + +## Test + + git clone https://github.com/troisjs/trois + cd trois + yarn + yarn dev