-
Notifications
You must be signed in to change notification settings - Fork 0
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
[1.0.0] C++ API bindings #2
Comments
Waiting for ImGui v1.90 to come out before restarting work on this. |
@ichordev v1.90 has come out |
Fortunately, I already knew about this. :) The timing of the v1.90 release was rather amusing though. |
When the WiP is finished, will you port it to that repository, or will it remain its own project? |
When the new version is finished I will copy it to this repository & tag version 1.0.0. |
Fine!
Ok, I got it. I intend to do some tests with the new binding and depending on the results I may try to experiment with libsokol. |
The main part of the bindings has been updated to Dear ImGui 1.90. I think I’m only going to support minor version releases (e.g. 1.90, 1.91, 1.92, etc.) |
A much more sustainable version has reached a working state. I’m still not happy with some of the formatting but it’s available on my personal repository if you want to try it out. To use it you will have to build ImGui yourself as a library. |
Ok. Currently, I use importC with Today, dcimgui supports both C++ and C in the same repo. |
Nearly finished at present:
Planned additions:
The text was updated successfully, but these errors were encountered: