-
Notifications
You must be signed in to change notification settings - Fork 47
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
Magnum::ImGuiIntegration missing from debian package #73
Comments
To answer my own question in regards to the error mentioned:
Still no clue if the lack of ImGuiIntegration from the debian package was intentional but this did fix my issues entirely. |
Hi, yes, you guessed right, ImGui was missing intentionally because there isn't any PPA, distribution or packages of ImGui and depending on something that's not a package is a no-go. This was a big pain point for many users and so for the recently-tagged 2020.06 I made a bunch of changes to enable ImGui for Homebrew and ArchLinux packages at least, and ... skipped Debian packages because I silently hoped nobody would need those that soon. Well, I was wrong :D Any chance you have some experience with debian package maintenance? The workflow in this case would be that the package recipe would download ImGui sources and put them into |
Can't say I have experience with package maintenance but it seems like we're both in the same boat in that we'd need to do some googling to get it functioning. I'll take some time and try to look around and see if I couldn't find an appropriate solution along with what you've mentioned-worst case scenario I may have to report back in a week or so empty handed but I'll give it a shot! |
That's amazing, thanks a lot! Usually the debian packages have some source archive that then gets unpacked and built, in this case the package is kinda abusing the debian packaging system in that it already has all sources ready and doesn't need to fetch anything extra. Worst case, if everything else fails, the packaging script could always check for presence of |
To make it at least a bit easier for users, since 518c923 the documentation mentions the extra steps needed to enable ImGui in the Debian package. I think that'll do for now. |
Hi all,
I'm trying to work through the Dear ImGui example and currently attempting to get the ImGui Integration set up with a bit of resistance.
I have installed Magnum Integrations through the debian workflow in the documentations. I have also followed the requirements listed on the ImGuiIntegration page to properly set CMake up to find ImGui.
The error I am receiving however is the following
I also noticed in my Magnum build only GlmIntegration and BulletIntegration are present, which means that the debian based installation did not install the necessary files for ImGuiIntegration. I do not know if this is purposeful but I believe if it is then it may be worth adding a note about that on the documentation page here
The text was updated successfully, but these errors were encountered: