|
18 stundas atpakaļ | |
---|---|---|
.github | 18 stundas atpakaļ | |
.vscode | 2 gadi atpakaļ | |
docs | 1 dienu atpakaļ | |
playground | 2 dienas atpakaļ | |
public | 2 dienas atpakaļ | |
sponsorkit | 2 dienas atpakaļ | |
src | 2 dienas atpakaļ | |
.eslintrc-auto-import.json | 1 gadu atpakaļ | |
.gitattributes | 1 gadu atpakaļ | |
.gitignore | 2 dienas atpakaļ | |
.npmrc | 2 gadi atpakaļ | |
.release-it.json | 1 gadu atpakaļ | |
CHANGELOG.md | 18 stundas atpakaļ | |
CODE_OF_CONDUCT.md | 1 gadu atpakaļ | |
LICENSE | 2 gadi atpakaļ | |
README.md | 1 dienu atpakaļ | |
components.d.ts | 1 gadu atpakaļ | |
composables.d.ts | 1 gadu atpakaļ | |
eslint.config.js | 2 dienas atpakaļ | |
netlify.toml | 2 dienas atpakaļ | |
package.json | 18 stundas atpakaļ | |
pnpm-lock.yaml | 1 dienu atpakaļ | |
pnpm-workspace.yaml | 1 gadu atpakaļ | |
renovate.json | 1 gadu atpakaļ | |
sponsorkit.config.ts | 1 gadu atpakaļ | |
tsconfig.json | 1 gadu atpakaļ | |
tsconfig.node.json | 9 mēneši atpakaļ | |
types.d.ts | 1 gadu atpakaļ | |
utils.d.ts | 1 gadu atpakaļ | |
vite.config.ts | 2 dienas atpakaļ |
@tresjs/core
Declarative ThreeJS using Vue Components
Tres (Spanish word for "three", pronounced /tres/
) is a way of creating ThreeJS scenes with Vue components in a declarative fashion.
It's build on-top of a Vue Custom Renderer and it's powered by Vite.
The goal is to provide the Vue's community an easy way of building 3D scenes with Vue, always up to date with the latest ThreeJS features and with 0-to-none maintenance.
pnpm install @tresjs/core three
Checkout the docs
Package | Version |
---|---|
Tres | |
Cientos | |
Post-processing | |
Nuxt | |
TresLeches 🍰 |
We are open to contributions, please read the contributing guide to get started.
pnpm install --shamefully-hoist
To run the small playground
pnpm run playground
To build the core as library mode just use
pnpm run build
To run de docs in dev mode
pnpm run docs:dev
To build them
pnpm run docs:build