Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsonnull/react-ether
[WIP] A React scene graph and renderer for WebGL scenes
https://github.com/jsonnull/react-ether
Last synced: 27 days ago
JSON representation
[WIP] A React scene graph and renderer for WebGL scenes
- Host: GitHub
- URL: https://github.com/jsonnull/react-ether
- Owner: jsonnull
- License: mit
- Created: 2016-08-15T06:10:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T05:33:48.000Z (over 8 years ago)
- Last Synced: 2024-10-31T17:57:27.336Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-ether [![Build Status](https://travis-ci.org/jsonnull/react-ether.svg?branch=master)](https://travis-ci.org/jsonnull/react-ether)
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 (``) 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.