Troisjs Notion
Troisjs Usage
npm
troisjs
I wanted to code something similar to react-three-fiber but for VueJS. I started from scratch, I will rewrite some of my WebGL demos to see if this little toy can do the job. Trois is a french word, it means Three.
https://www.npmjs.com/package/troisjs

document
Installation | TroisJS
Download : Unzip it, and : cd troisjs (or troisjs-ts) npm install npm run dev Or : cd troisjs (or troisjs-ts) yarn yarn dev npm install three@0.127 troisjs Or yarn add three@0.127 troisjs WARNING Don't use the plugin if you need tree shaking and typescript support.
https://troisjs.github.io/guide/install.html

Seonglae Cho