|
2 lat temu | |
---|---|---|
.. | ||
.vscode | 286ac4ccea Hola mundo 🍩🪐 | 2 lat temu |
build | 60d44a5a7e feat(core): gl and canvas testing | 2 lat temu |
public | 2704288fd8 feat(cientos): useAnimations | 2 lat temu |
src | 6665f67511 fix(core): watch `useLegacyLights` | 2 lat temu |
.gitignore | 286ac4ccea Hola mundo 🍩🪐 | 2 lat temu |
CHANGELOG.md | 6aed3926cf chore: changelogs messed up | 2 lat temu |
README.md | 286ac4ccea Hola mundo 🍩🪐 | 2 lat temu |
components.d.ts | 286ac4ccea Hola mundo 🍩🪐 | 2 lat temu |
index.html | 286ac4ccea Hola mundo 🍩🪐 | 2 lat temu |
package.json | 65629e7ed7 feat(core): basic unit test for raycasters | 2 lat temu |
stats.html | 286ac4ccea Hola mundo 🍩🪐 | 2 lat temu |
tsconfig.json | dbd65bce25 feat: draft of tests | 2 lat temu |
tsconfig.node.json | dbd65bce25 feat: draft of tests | 2 lat temu |
vite.config.ts | 65629e7ed7 feat(core): basic unit test for raycasters | 2 lat temu |
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