-
Notifications
You must be signed in to change notification settings - Fork 52
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
Idea: move implot functions to a separate package #25
Comments
Agree. This will be a better way to integrate 3rd party libs. |
Okay, I'll do it when I'll rename "cimgui" package to "imgui" package |
I think cgo will be a troublesome problem。 |
I'll need to try this. But if that's a case, I'm a bit shocked that Go has this problem unresolved. |
Funfact about this: |
#232 moved C backends away from cimgui-go main package. |
Hello. When working on #20, I've noticed that some enum names can clash if we remove prefixes, e.g. ImAxis from implot and ImGuiAxis from Dear ImGui.
This got me thinking... what if we move all implot things to a directory called "implot" and call this package "implot as well"? This way, people would be able to do this:
and people who don't use implot won't get their autocomplete suggestions polluted by implot funcs/enums/structs if they don't want to use them.
The text was updated successfully, but these errors were encountered: