This is a Vue Component for simple and lightweight integration of Three.js Scenes in Vue3 Applications.
I was looking for an integration of three.js Scenes in my Vue3 Application which required only minimal changes to Three.js Scripts since those scripts were sometimes developed outside of Vue.
- 🪶 Lightweight
- 🍳 Normal Three.Js Workflow
- 🆎 inbuilt TypeScript declarations
Required dependencies:
npm i @alexpetercharles/vue3-three-component
Check out the Example
- vue-sfc-rollup - Scaffold