|
2 tahun lalu | |
---|---|---|
.. | ||
.vscode | 286ac4ccea Hola mundo 🍩🪐 | 2 tahun lalu |
public | 2704288fd8 feat(cientos): useAnimations | 2 tahun lalu |
src | 1a9ead7b4a fix: removing unused code | 2 tahun lalu |
.gitignore | 286ac4ccea Hola mundo 🍩🪐 | 2 tahun lalu |
CHANGELOG.md | adb954175b Release core v1.6.3 | 2 tahun lalu |
README.md | 286ac4ccea Hola mundo 🍩🪐 | 2 tahun lalu |
components.d.ts | 286ac4ccea Hola mundo 🍩🪐 | 2 tahun lalu |
index.html | 286ac4ccea Hola mundo 🍩🪐 | 2 tahun lalu |
package.json | 1a9ead7b4a fix: removing unused code | 2 tahun lalu |
stats.html | 286ac4ccea Hola mundo 🍩🪐 | 2 tahun lalu |
tsconfig.json | 286ac4ccea Hola mundo 🍩🪐 | 2 tahun lalu |
tsconfig.node.json | 286ac4ccea Hola mundo 🍩🪐 | 2 tahun lalu |
vite.config.ts | 42fa6e767e feat: sorted out hmr disposal of objects | 2 tahun lalu |
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