BabylonJS / Spector.js

Explore and Troubleshoot your WebGL scenes with ease.

Home Page:http://spector.babylonjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spectror nwjs electrons (add to inspector dock)

jonlepage opened this issue · comments

hi, success to load spectorjs in nwjs.
But from what i understand, spectorjs only work with a icons ? !
image
This is cool, but if you dev app without adresseBar and toolbar, it not work.

I success load all plugins in my desktop app like pixijsdevtool, reactdevtool
But now it only missing spectorJs to complete the full devs tools app.
This is how i load plugins with electrons and nwjs
image

  "chromium-args": "--load-extension='./plugins/pixi_devtools_0.9.3_0','./plugins/React_Developer_Tools_4.7.0_0','./plugins/spectorjs_0.9.16_0'",

As you can see , all context seem loaded and fine. !
image

but spectorjs not show in docker, so ? how to start it ? also no command because Spector seem not exposed globally, or inside context !

image
What about to add a button or onglet inside the developer inspector tools ?
Or maybe a way to expose Spector in context ? I cant found a way to force execution ?.
image

thanks for any tips, i want avoid coding spector in my projet, just a simple load as extentions.

this can be really nice
#118 (comment)

Why not relying on the npm package in your project ?

closing due to inactivity