|
2 年之前 | |
---|---|---|
.. | ||
.vscode | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
public | 0e130514b0 feat(cientos): text3d base | 2 年之前 |
src | 7cabed784a fix(core): fix typing | 2 年之前 |
.gitignore | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
CHANGELOG.md | e67d885427 chore: Release core v1.3.3 | 2 年之前 |
README.md | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
components.d.ts | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
histoire.config.ts | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
histoire.setup.ts | c1da08279e feat(core): extend functionality | 2 年之前 |
index.html | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
package.json | e67d885427 chore: Release core v1.3.3 | 2 年之前 |
stats.html | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
tsconfig.json | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
tsconfig.node.json | 286ac4ccea Hola mundo 🍩🪐 | 2 年之前 |
vite.config.ts | 7e8de9c4b4 fix: added copyPublicDir: false to remove static assets on package | 2 年之前 |
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