|
пре 2 година | |
---|---|---|
.. | ||
.vscode | пре 2 година | |
public | пре 2 година | |
src | пре 2 година | |
.gitignore | пре 2 година | |
CHANGELOG.md | пре 2 година | |
README.md | пре 2 година | |
components.d.ts | пре 2 година | |
histoire.config.ts | пре 2 година | |
histoire.setup.ts | пре 2 година | |
index.html | пре 2 година | |
package.json | пре 2 година | |
stats.html | пре 2 година | |
tsconfig.json | пре 2 година | |
tsconfig.node.json | пре 2 година | |
vite.config.ts | пре 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