alvarosabu 1a9ead7b4a fix: removing unused code 2 tahun lalu
..
.vscode 286ac4ccea Hola mundo 🍩🪐 2 tahun lalu
public 2704288fd8 feat(cientos): useAnimations 2 tahun lalu
src 1a9ead7b4a fix: removing unused code 2 tahun lalu
.gitignore 286ac4ccea Hola mundo 🍩🪐 2 tahun lalu
CHANGELOG.md adb954175b Release core v1.6.3 2 tahun lalu
README.md 286ac4ccea Hola mundo 🍩🪐 2 tahun lalu
components.d.ts 286ac4ccea Hola mundo 🍩🪐 2 tahun lalu
index.html 286ac4ccea Hola mundo 🍩🪐 2 tahun lalu
package.json 1a9ead7b4a fix: removing unused code 2 tahun lalu
stats.html 286ac4ccea Hola mundo 🍩🪐 2 tahun lalu
tsconfig.json 286ac4ccea Hola mundo 🍩🪐 2 tahun lalu
tsconfig.node.json 286ac4ccea Hola mundo 🍩🪐 2 tahun lalu
vite.config.ts 42fa6e767e feat: sorted out hmr disposal of objects 2 tahun lalu

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