motor.js
Version:
A rendering Engine for the web.
14 lines (10 loc) • 561 B
Markdown
# Infamous Engine
[](https://gitter.im/infamous/engine?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
> Javascript UI Engine built on Three.js
## TODO
* [x] ES6 Classes
* [x] Node - Extend three.js's object 3D to include components like Famous
* [ ] Basic Mix Mode (webgl + dom) sync'd rendering
* [ ] Sync all DOM reads and writes to prevent layout thrashing
* [ ] Minimize DOM reads with style caching / virtual render tree
# rocket