3D framework for Svelte
Threlte is a Svelte library that makes it easier to create 3D apps for the web. It offers a declarative, type-safe, reactive, and interactive API. Threlte utilizes Three.js for 3D rendering, Rapier for physics engine, and Theatre.js for animation studio. The library consists of several packages that provide different functionalities. Threlte also has documentation and a Discord community for support.
To quickly set up a Threlte project, run the following code:
npm install threlte
For more detailed installation instructions, refer to the full installation guide.
Threlte is a Svelte library designed for creating interactive 3D apps for the web. It offers a clean API, hooks for low-level access, plugins for customization, events for state transformations, and interactivity with user inputs. Threlte utilizes Three.js for 3D rendering, Rapier for physics engine, and Theatre.js for animation studio. The library is divided into several packages, and it provides documentation and a Discord community for support.