jsonnull / react-ether

[WIP] A React scene graph and renderer for WebGL scenes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[WIP] A React scene graph and renderer for WebGL scenes

License:MIT License


Languages

Language:JavaScript 100.0%