Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement imgui.MultiPlotLines into ImGui wrapper and expose to plugins #4050

Open
ESV-Sweetplum opened this issue Apr 12, 2024 · 0 comments

Comments

@ESV-Sweetplum
Copy link

Is your feature request related to a problem? Please describe.

ImGui's plotting capabilities are currently extremely limited, and there's a reason so many plotting libraries exist for Dear ImGui (such as ImPlot).

Describe the solution you'd like

Implement multiPlotLines into plugins to allow for multiple lines on on eplot.

Describe alternatives you've considered

I've thought about ImPlot, but I chose multiPlotLines in particular because it should be easy to integrate into the existing ImGui wrapper. We could also create multiple windows for each plot, but that hurts both the visualization capabilities of a plot, as well as cleanliness of the editor.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant