0.1.2011 • Published 4 years ago

trois-renderer v0.1.2011

Weekly downloads
-
License
-
Repository
github
Last release
4 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

4 years ago

0.1.2010

4 years ago

0.1.2006

4 years ago

0.1.2009

4 years ago

0.1.2008

4 years ago

0.1.2007

4 years ago

0.1.2004

4 years ago

0.1.2003

4 years ago

0.1.2002

4 years ago

0.1.2001

4 years ago