|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=2) %!d(string=hai) anos | |
.vitepress | %!s(int64=2) %!d(string=hai) anos | |
.vscode | %!s(int64=2) %!d(string=hai) anos | |
docs | %!s(int64=2) %!d(string=hai) anos | |
plugins | %!s(int64=2) %!d(string=hai) anos | |
public | %!s(int64=2) %!d(string=hai) anos | |
src | %!s(int64=2) %!d(string=hai) anos | |
.eslintignore | %!s(int64=2) %!d(string=hai) anos | |
.eslintrc.cjs | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
.npmrc | %!s(int64=2) %!d(string=hai) anos | |
.prettierrc.js | %!s(int64=2) %!d(string=hai) anos | |
CODE_OF_CONDUCT.md | %!s(int64=2) %!d(string=hai) anos | |
CONTRIBUTING.md | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
index.html | %!s(int64=2) %!d(string=hai) anos | |
netlify.toml | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos | |
pnpm-lock.yaml | %!s(int64=2) %!d(string=hai) anos | |
stats.html | %!s(int64=2) %!d(string=hai) anos | |
tsconfig.json | %!s(int64=2) %!d(string=hai) anos | |
tsconfig.node.json | %!s(int64=2) %!d(string=hai) anos | |
vite.config.ts | %!s(int64=2) %!d(string=hai) anos |
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