Alvaro 11400c5d74 fix(core): correct back toneMapping 2 년 전
..
.vscode 286ac4ccea Hola mundo 🍩🪐 2 년 전
public 0e130514b0 feat(cientos): text3d base 2 년 전
src 11400c5d74 fix(core): correct back toneMapping 2 년 전
.gitignore 286ac4ccea Hola mundo 🍩🪐 2 년 전
CHANGELOG.md eb0aba6759 chore: changelogs 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 a211e758e1 fix: forcing a release with correct bundle versions 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 년 전

README.md

@tresjs/core ▲ ■ ●

Declarative ThreeJS using Vue Components

  • 💡 Build 3D scene as they were Vue components
  • ⚡️ Powered by Vite
  • 🥰 It brings all the updated features of ThreeJS right awayregardless the version
  • 🦾 Fully Typed

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.

Setup

pnpm install --shamefully-hoist

Dev

To run the small playground without Histoire use

pnpm run dev

Histoire

All local demos will be inside Histoire stories.

pnpm run story:dev

Build lib

To build the core as library mode just use

pnpm run build