Alvaro ddf2808abc fix(core) correct delta value and clock on state il y a 2 ans
..
.vscode 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
public cdb0665eec feat(cientos): useFBX and FBXModel il y a 2 ans
src ddf2808abc fix(core) correct delta value and clock on state il y a 2 ans
.gitignore 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
CHANGELOG.md 2fd129f5c8 chore: release v1.5.0 cientos 1.4.0 il y a 2 ans
README.md 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
components.d.ts 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
histoire.config.ts 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
histoire.setup.ts c1da08279e feat(core): extend functionality il y a 2 ans
index.html 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
package.json 2fd129f5c8 chore: release v1.5.0 cientos 1.4.0 il y a 2 ans
stats.html 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
tsconfig.json 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
tsconfig.node.json 286ac4ccea Hola mundo 🍩🪐 il y a 2 ans
vite.config.ts 6eb52472c5 docs: added groups docs il y a 2 ans

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