mreinstein / ecs

data oriented, functional entity component system
MIT License
86 stars 8 forks source link

visualizer: explore replacing chrome devtools extension with in-page UI #31

Open mreinstein opened 2 years ago

mreinstein commented 2 years ago

chrome manifest v3 sucks. Rather than refactor the existing chrome plugin to work with v3 it might be better to expect a URL parameter like ?debug=true and when present, render some in-page html UI for showing the ECS panel.

besides the benefit of boycotting Chrome's extension changes it also would enable these devtool to run in other browsers, and with a simpler architecture.

mreinstein commented 2 years ago

if pursued this would invalidate #30 and #14