gl-react
gl-react copied to clipboard
gl-react-inspector
trafficstars
top level
- [ ] make the Inspector a standalone module that can be embedded in Web or used by a browser plugin.
- [ ] make a dedicated gl-react browser plugin
- [ ] integrate & (maybe?) merge that browser plugin into react-devtools itself (in https://github.com/facebook/react-devtools/tree/master/plugins )
- [ ] main goal of this is to also make it works for React Native
features
- [ ] inspector should help you on any kind of error than might happen. if a Node have a shader that doesn't compile, it should renders fine but visually help you on that.
- [ ] improve initial positioning of box
- [ ] improve physics positioning (inspiration even though it's not exactly the same paradigm: https://github.com/dhotson/springy )
- [ ] "outside dom elements" referenced by
"()=>ref"don't have a standalone box. - [ ] should images be a standalone box as well? Could help you visualizing more the resources you use.
fixes
- [ ] looks like there are mem leaks when you use inspector & screenshot, especially in Game Of Life example
- [ ] look how we can bring the inspector in https://github.com/reactotron/reactotron