jeromeetienne / threejs-inspector

chrome devtool extension to debug three.js
https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfclbfhcbcdfpjaeacomhbdfjbebi
198 stars 46 forks source link

Make it work with connected devices? #9

Open supermoos opened 8 years ago

supermoos commented 8 years ago

Is it possible to make it work on connected devices, when debugging on say a real android device it would be nice to be able to also use the extension there.

jeromeetienne commented 8 years ago

According to my knowledge, a devtool extension should work on remote debugging. I havnt tried recently. and i just refactored the whole devtool<->extension communication.

i would love your input about the threejs-inspector on connected devices

tomkuipers commented 8 years ago

At the moment the three.js inspector is not working in Chrome remote debugging, the tab 'Three.js Inspector' is missing. To reproduce connect an Android device and open a three.js example webpage with Chrome on this device. On your laptop/desktop open Chrome browser and run 'chrome://inspect' and select the browser session the inspect. In the developer tools the 'Three.js Inspector' is missing. Would but very usefull to be able to debug on mobile also.

jeromeetienne commented 8 years ago

i would love that to work on a mobile... This is just i dunno how to fix this issue, nor where to look.

My area of expertize is more around WebGL, but i would apreciate any help :)