|
il y a 2 ans | |
---|---|---|
.github | il y a 2 ans | |
.vitepress | il y a 2 ans | |
.vscode | il y a 2 ans | |
docs | il y a 2 ans | |
playground | il y a 2 ans | |
plugins | il y a 2 ans | |
public | il y a 2 ans | |
src | il y a 2 ans | |
.eslintignore | il y a 2 ans | |
.eslintrc.cjs | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.npmrc | il y a 2 ans | |
.prettierrc.js | il y a 2 ans | |
.release-it.json | il y a 2 ans | |
CHANGELOG.md | il y a 2 ans | |
CODE_OF_CONDUCT.md | il y a 2 ans | |
CONTRIBUTING.md | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
index.html | il y a 2 ans | |
netlify.toml | il y a 2 ans | |
package.json | il y a 2 ans | |
pnpm-lock.yaml | il y a 2 ans | |
stats.html | il y a 2 ans | |
tsconfig.json | il y a 2 ans | |
tsconfig.node.json | il y a 2 ans | |
vite.config.ts | il y a 2 ans |
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.
pnpm install --shamefully-hoist
To run the small playground without Histoire use
pnpm run dev
All local demos will be inside Histoire stories.
pnpm run story:dev
To build the core as library mode just use
pnpm run build