|
il y a 2 ans | |
---|---|---|
.. | ||
.vscode | il y a 2 ans | |
public | il y a 2 ans | |
src | il y a 2 ans | |
.gitignore | il y a 2 ans | |
CHANGELOG.md | il y a 2 ans | |
README.md | il y a 2 ans | |
components.d.ts | il y a 2 ans | |
histoire.config.ts | il y a 2 ans | |
histoire.setup.ts | il y a 2 ans | |
index.html | il y a 2 ans | |
package.json | 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