|
пре 2 година | |
---|---|---|
.github | пре 2 година | |
.vitepress | пре 2 година | |
.vscode | пре 2 година | |
docs | пре 2 година | |
playground | пре 2 година | |
plugins | пре 2 година | |
public | пре 2 година | |
src | пре 2 година | |
.eslintignore | пре 2 година | |
.eslintrc.cjs | пре 2 година | |
.gitignore | пре 2 година | |
.npmrc | пре 2 година | |
.prettierrc.js | пре 2 година | |
.release-it.json | пре 2 година | |
CHANGELOG.md | пре 2 година | |
CODE_OF_CONDUCT.md | пре 2 година | |
CONTRIBUTING.md | пре 2 година | |
LICENSE | пре 2 година | |
README.md | пре 2 година | |
index.html | пре 2 година | |
netlify.toml | пре 2 година | |
package.json | пре 2 година | |
pnpm-lock.yaml | пре 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