|
2 år sedan | |
---|---|---|
.github | 2 år sedan | |
.vitepress | 2 år sedan | |
.vscode | 2 år sedan | |
docs | 2 år sedan | |
playground | 2 år sedan | |
plugins | 2 år sedan | |
public | 2 år sedan | |
src | 2 år sedan | |
.eslintignore | 2 år sedan | |
.eslintrc.cjs | 2 år sedan | |
.gitignore | 2 år sedan | |
.npmrc | 2 år sedan | |
.prettierrc.cjs | 2 år sedan | |
.release-it.json | 2 år sedan | |
CHANGELOG.md | 2 år sedan | |
CODE_OF_CONDUCT.md | 2 år sedan | |
CONTRIBUTING.md | 2 år sedan | |
LICENSE | 2 år sedan | |
README.md | 2 år sedan | |
index.html | 2 år sedan | |
netlify.toml | 2 år sedan | |
package.json | 2 år sedan | |
pnpm-lock.yaml | 2 år sedan | |
stats.html | 2 år sedan | |
tsconfig.json | 2 år sedan | |
tsconfig.node.json | 2 år sedan | |
vite.config.ts | 2 år sedan |
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. Think of it as a React-three-fiber or Lunchbox but without the need of a custom Vue3 Renderer.
Checkout the docs
Package | Version |
---|---|
Tres | |
Cientos |
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
Be the first to support this project here ☺️