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