|
преди 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