-
Notifications
You must be signed in to change notification settings - Fork 66
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
Why is imgui installation not intuitive? #118
Comments
Hi @FreePhoenix888 - thank you for your feedback. Please keep in mind that this repository ( As for
|
To make it clear for a new user we should have something like readme in npm for author to be able tell users about such things that should be done by used to setup a recipe. |
Conan center shows you only this command to install imgui:
And this command to find and link it to your app in cmake:
But in this repo we see that we need two other libs:
examples/libraries/dear-imgui/basic/conanfile.txt
Lines 3 to 4 in 3244d6a
Bindings:
examples/libraries/dear-imgui/basic/conanfile.txt
Lines 12 to 16 in 3244d6a
Options:
examples/libraries/dear-imgui/basic/conanfile.txt
Lines 9 to 10 in 3244d6a
Another generator(that is not showed in conan center instruction):
examples/libraries/dear-imgui/basic/conanfile.txt
Lines 6 to 7 in 3244d6a
Use config keyword for find_package:
examples/libraries/dear-imgui/basic/CMakeLists.txt
Lines 7 to 10 in 3244d6a
And a lot of other things you can see here:
https://github.com/conan-io/examples/blob/master/libraries/dear-imgui/basic/CMakeLists.txt#L7-L10
The text was updated successfully, but these errors were encountered: