vscode-debug-visualizer
vscode-debug-visualizer copied to clipboard
Boost::geometry support
Is there any chance of visualizing objects like LineStrings, Polygons, Points, etc. as provided by Boost?
I don't know Boost, but if you know C++ and the debugger well enough, we can schedule a meeting and I can assist you with adding support for it.
The debug visualizer supports visualizing SVGs and PNGs (when encoded as json value), so I don't think the rendering engine needs to be touched for that.
It sounds like it should be possible. I give it a shot implementing support for boost::geometry before I bother you.