vscode-debug-visualizer icon indicating copy to clipboard operation
vscode-debug-visualizer copied to clipboard

Boost::geometry support

Open TrackerSB opened this issue 4 years ago • 2 comments

Is there any chance of visualizing objects like LineStrings, Polygons, Points, etc. as provided by Boost?

TrackerSB avatar Oct 12 '21 09:10 TrackerSB

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.

hediet avatar Oct 12 '21 09:10 hediet

It sounds like it should be possible. I give it a shot implementing support for boost::geometry before I bother you.

TrackerSB avatar Oct 12 '21 14:10 TrackerSB