Search Criteria
Package Details: imgui-full 1.92.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/imgui-full.git (read-only, click to copy) |
|---|---|
| Package Base: | imgui-full |
| Description: | Bloat-free Graphical User interface for C++ |
| Upstream URL: | https://github.com/ocornut/imgui |
| Keywords: | freeglut full glfw glut gui imgui library sdl3 |
| Licenses: | MIT |
| Conflicts: | imgui |
| Provides: | imgui |
| Submitter: | mads256h |
| Maintainer: | glek |
| Last Packager: | glek |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-01-17 13:30 (UTC) |
| Last Updated: | 2025-10-28 21:52 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR) (make)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR) (make)
- glu (glu-gitAUR) (make)
- sdl3 (sdl3-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Required by (4)
- imgui-sfml (requires imgui)
- implot-git (requires imgui)
- mpris-miniplayer (requires imgui)
- openblack-git (requires imgui)
Latest Comments
glek commented on 2025-07-28 21:01 (UTC) (edited on 2025-07-28 21:01 (UTC) by glek)
@Negher
No worries! Thankfully it was a pretty easy one to fix.
In case you're curious, the problem was that the
PKGBUILDscript was not passing-DIMGUI_BUILD_SDLGPU3_BINDING=[ON/OFF]tocmakebut theimgui-config.cmake.infile (imported from thevcpkgGitHub repo) was expecting it to be defined.Negher commented on 2025-07-28 18:43 (UTC)
@glek
Thank you very much. Sorry for not being able to suggest a fix.
glek commented on 2025-07-28 17:25 (UTC)
@Negher
Fix is incoming.
Negher commented on 2025-07-28 10:13 (UTC) (edited on 2025-07-28 10:14 (UTC) by Negher)
Hello, does anyone have syntax errors in using CMake?
I receive:
Looks like the conditions are not populated inside the file included.