|
2 years ago | |
---|---|---|
.. | ||
.vscode | 286ac4ccea Hola mundo 🍩🪐 | 2 years ago |
public | 2704288fd8 feat(cientos): useAnimations | 2 years ago |
src | 50f685600f fix: minor clean up | 2 years ago |
.gitignore | 286ac4ccea Hola mundo 🍩🪐 | 2 years ago |
CHANGELOG.md | 0c8d23129b Release core v1.6.2 | 2 years ago |
README.md | 286ac4ccea Hola mundo 🍩🪐 | 2 years ago |
components.d.ts | 286ac4ccea Hola mundo 🍩🪐 | 2 years ago |
index.html | 286ac4ccea Hola mundo 🍩🪐 | 2 years ago |
package.json | 9ee971afde fix(core): add vueuse as normal dependency | 2 years ago |
stats.html | 286ac4ccea Hola mundo 🍩🪐 | 2 years ago |
tsconfig.json | 286ac4ccea Hola mundo 🍩🪐 | 2 years ago |
tsconfig.node.json | 286ac4ccea Hola mundo 🍩🪐 | 2 years ago |
vite.config.ts | 6eb52472c5 docs: added groups docs | 2 years ago |
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