Collection of useful helpers and fully functional, ready-made abstractions for Tres
- 💡 Build a 3D scene working only with Vue components.
- ⚡️ Powered by Vite
- 🥰 It brings all the updated features of ThreeJS right away regardless the version
- 🦾 Fully Typed
Cientos (the Spanish word for "hundreds", pronounced /θjentos/ ) is a collection of useful ready-to-go helpers and components that are not part of the core package. The name uses the word used in Spanish to multiply by 100, to refer to the potential reach of the package to hold an amazing abstraction.
The cientos package uses three-stdlib
module under the hood instead of the three/examples/jsm module. This means that you don't need to extend the catalog of components using the extend method from the core
, cientos does it for you.
It just works. 💯
pnpm i @tresjs/cientos
Checkout the docs
We are open to contributions, please read the contributing guide to get started.
To build the package run:
pnpm run build
To run the playground run, is a great way to test the components and helpers locally:
First, install dependencies
pnpm i
And then to run the development server on http://localhost:5173
pnpm run playground
TODO...
To run de docs in dev mode
pnpm run docs:dev
To build them
pnpm run docs:build
Be the first to support this project here