1
0
alvarosabu 9ee971afde fix(core): add vueuse as normal dependency 2 жил өмнө
..
.vscode 286ac4ccea Hola mundo 🍩🪐 2 жил өмнө
public 2704288fd8 feat(cientos): useAnimations 2 жил өмнө
src 50f685600f fix: minor clean up 2 жил өмнө
.gitignore 286ac4ccea Hola mundo 🍩🪐 2 жил өмнө
CHANGELOG.md 0c8d23129b Release core v1.6.2 2 жил өмнө
README.md 286ac4ccea Hola mundo 🍩🪐 2 жил өмнө
components.d.ts 286ac4ccea Hola mundo 🍩🪐 2 жил өмнө
index.html 286ac4ccea Hola mundo 🍩🪐 2 жил өмнө
package.json 9ee971afde fix(core): add vueuse as normal dependency 2 жил өмнө
stats.html 286ac4ccea Hola mundo 🍩🪐 2 жил өмнө
tsconfig.json 286ac4ccea Hola mundo 🍩🪐 2 жил өмнө
tsconfig.node.json 286ac4ccea Hola mundo 🍩🪐 2 жил өмнө
vite.config.ts 6eb52472c5 docs: added groups docs 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