explo
explo copied to clipboard
Explore the render tree of a Flutter app in 3D, through an exploded representation.
Currently, dragging, scrolling, etc. in the viewport, manipulates the render tree model. Instead, the viewport controls should control the position of the camera. It would also make sense to add...
VS Code webviews have all the colors from the active color theme available. The Explo IDE view should use those colors to theme itself. - [Webview theming](https://code.visualstudio.com/api/extension-guides/webview#theming-webview-content) - [Color definitions](https://code.visualstudio.com/api/references/theme-color#editor-widget-colors)
Currently, render tree data is serialized as a recursive JSON structure. This is expensive to both serialize and deserialize. Instead, each `RenderObjectData` should be serialized and appended to a string,...