|
2 éve | |
---|---|---|
.. | ||
.vscode | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
public | cdb0665eec feat(cientos): useFBX and FBXModel | 2 éve |
src | 162cfa0447 fix(core): type issues | 2 éve |
.gitignore | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
CHANGELOG.md | 2fd129f5c8 chore: release v1.5.0 cientos 1.4.0 | 2 éve |
README.md | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
components.d.ts | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
histoire.config.ts | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
histoire.setup.ts | c1da08279e feat(core): extend functionality | 2 éve |
index.html | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
package.json | 2fd129f5c8 chore: release v1.5.0 cientos 1.4.0 | 2 éve |
stats.html | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
tsconfig.json | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
tsconfig.node.json | 286ac4ccea Hola mundo 🍩🪐 | 2 éve |
vite.config.ts | 6eb52472c5 docs: added groups docs | 2 éve |
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