# @tresjs/core ▲ ■ ● > Declarative ThreeJS using Vue Components - 💡 Build 3D scene as they were Vue components - ⚡️ Powered by Vite - 🥰 It brings all the updated features of ThreeJS right awayregardless the version - 🦾 Fully Typed Tres (Spanish word for "three", pronounced `/tres/` ) is a way of creating ThreeJS scenes with Vue components in a declarative fashion. Think of it as a [React-three-fiber](https://docs.pmnd.rs/react-three-fiber) or [Lunchbox](https://github.com/breakfast-studio/lunchboxjs) but without the need of a [custom Vue3 Renderer](https://vuejs.org/api/custom-renderer.html). ## Docs Checkout the [docs](https://tresjs.org) ## Demos - [Stackblitz Collection](https://stackblitz.com/@alvarosabu/collections/tresjs) ## Ecosystem | Package | Version | | --------------------------- | :------------------------------------------------------------------------------------------------ | | [Tres](packages/tres) | ![tres version](https://img.shields.io/npm/v/@tresjs/core/alpha.svg?label=%20&color=%2382DBCA) | | [Cientos](packages/cientos) | ![tres version](https://img.shields.io/npm/v/@tresjs/cientos/alpha.svg?label=%20&color=%23f19b00) | ## Contribution We are open to contributions, please read the [contributing guide](/CONTRIBUTING.md) to get started. ### Setup ``` pnpm install --shamefully-hoist ``` ### Playground To run the small playground ``` pnpm run playground ``` ### Build lib To build the core as library mode just use ``` pnpm run build ``` ### Docs To run de docs in dev mode ```bash pnpm run docs:dev ``` To build them ```bash pnpm run docs:build ``` ## License [MIT](/LICENSE) ## Sponsors Be the first to support this project [here](https://github.com/sponsors/alvarosabu) ☺️