0.1.2011 • Published 3 years ago

trois-renderer v0.1.2011

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Trois Renderer

⚠️ This is a work in progress - expect significant changes to the codebase! ⚠️

A Vue 3 custom renderer for Three.js.

You can use it to create 3D scenes using code like this:

<TroisCanvas background="white">
  <mesh :position-z="-5">
    <sphereGeometry />
    <meshBasicMaterial :wireframe="true" color="black" />
  </mesh>
</TroisCanvas>

Trois is a French word, it means Three.

The Trois renderer uses several concepts introduced in react-three-fiber - thank you to the creators and maintainers of that project!

By members of the TroisJS team & Breakfast Studio.

0.1.2011

3 years ago

0.1.2010

3 years ago

0.1.2006

3 years ago

0.1.2009

3 years ago

0.1.2008

3 years ago

0.1.2007

3 years ago

0.1.2004

3 years ago

0.1.2003

3 years ago

0.1.2002

3 years ago

0.1.2001

3 years ago