vsg-dev / vsgImGui

Integration of VulkanSceneGraph with ImGui
MIT License
43 stars 28 forks source link

Better plotting with ImPlot #22

Closed rainergericke closed 1 year ago

rainergericke commented 1 year ago

Hi Robert,

this is not really an issue, since VsgImgui works well. It's plot capabilities are very limited yet. You cannot define axis labels for example. There is a companion project called ImPlot, which can be integrated into ImGui/VSGImgui. Actually I needed gui-charts in project::chrono, so I made a modified version of the VsgImgui library. ImPlot_Example I think some users would like this additional feature. What is your opinion?

Best

Rainer

robertosfield commented 1 year ago

I am not familiar with ImPlot so can't provide any guidance on it until I've learned more. As I'm deep in a code review of the core VSG in prep for 1.0 I'll need to handle this after the release.

If you have a modified vsgImGui then could you share this so I can review it there.

rainergericke commented 1 year ago

Here is it:

rainergericke commented 1 year ago

There is a PR.