gl-react icon indicating copy to clipboard operation
gl-react copied to clipboard

gl-react-inspector

Open gre opened this issue 8 years ago • 1 comments
trafficstars

screen shot 2016-12-12 at 10 56 38

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

gre avatar Dec 07 '16 10:12 gre

  • [ ] look how we can bring the inspector in https://github.com/reactotron/reactotron

gre avatar Dec 12 '16 10:12 gre