|
před 2 roky | |
---|---|---|
.. | ||
.vscode | před 2 roky | |
public | před 2 roky | |
src | před 2 roky | |
.gitignore | před 2 roky | |
CHANGELOG.md | před 2 roky | |
README.md | před 2 roky | |
components.d.ts | před 2 roky | |
histoire.config.ts | před 2 roky | |
histoire.setup.ts | před 2 roky | |
index.html | před 2 roky | |
package.json | před 2 roky | |
stats.html | před 2 roky | |
tsconfig.json | před 2 roky | |
tsconfig.node.json | před 2 roky | |
vite.config.ts | před 2 roky |
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