alvarosabu aa7361b805 feat(cientos): shapes types hace 2 años
..
.vscode 286ac4ccea Hola mundo 🍩🪐 hace 2 años
build 60d44a5a7e feat(core): gl and canvas testing hace 2 años
public 2704288fd8 feat(cientos): useAnimations hace 2 años
src aa7361b805 feat(cientos): shapes types hace 2 años
.gitignore 286ac4ccea Hola mundo 🍩🪐 hace 2 años
README.md 286ac4ccea Hola mundo 🍩🪐 hace 2 años
components.d.ts 286ac4ccea Hola mundo 🍩🪐 hace 2 años
index.html 286ac4ccea Hola mundo 🍩🪐 hace 2 años
package.json b0a237edff chore: Release core v1.8.1 hace 2 años
stats.html 286ac4ccea Hola mundo 🍩🪐 hace 2 años
tsconfig.json dbd65bce25 feat: draft of tests hace 2 años
tsconfig.node.json dbd65bce25 feat: draft of tests hace 2 años
vite.config.ts 65629e7ed7 feat(core): basic unit test for raycasters hace 2 años

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