|
há 2 anos atrás | |
---|---|---|
.. | ||
.vscode | 286ac4ccea Hola mundo 🍩🪐 | há 2 anos atrás |
build | 60d44a5a7e feat(core): gl and canvas testing | há 2 anos atrás |
public | 2704288fd8 feat(cientos): useAnimations | há 2 anos atrás |
src | aa7361b805 feat(cientos): shapes types | há 2 anos atrás |
.gitignore | 286ac4ccea Hola mundo 🍩🪐 | há 2 anos atrás |
README.md | 286ac4ccea Hola mundo 🍩🪐 | há 2 anos atrás |
components.d.ts | 286ac4ccea Hola mundo 🍩🪐 | há 2 anos atrás |
index.html | 286ac4ccea Hola mundo 🍩🪐 | há 2 anos atrás |
package.json | b0a237edff chore: Release core v1.8.1 | há 2 anos atrás |
stats.html | 286ac4ccea Hola mundo 🍩🪐 | há 2 anos atrás |
tsconfig.json | dbd65bce25 feat: draft of tests | há 2 anos atrás |
tsconfig.node.json | dbd65bce25 feat: draft of tests | há 2 anos atrás |
vite.config.ts | 65629e7ed7 feat(core): basic unit test for raycasters | há 2 anos atrás |
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