0.0.1 • Published 8 years ago

react-ether v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
8 years ago

react-ether Build Status

A React scene graph and renderer for WebGL scenes.

  • Minimal - Batteries not included. Have the flexibility to write WebGL or pull in third-party resources.
  • Declarative - Encapsulate rendering statements in reusable components and build up scenes declaratively. Coming soon: native (<lowercase>) components to declaratively set WebGL state where it makes sense.
  • Performant - You can use React's intelligent update reconciliation to manage the scene without touching it during animation frames.