| Port details on branch 2026Q3 |
- imgui Bloat-free Graphical User interface for C++ with minimal dependencies
- 1.92.8_1 x11-toolkits
=0 1.92.8Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-01-06 20:24:06
- Last Update: 2026-07-01 14:20:26
- Commit Hash: 6bea73f
- License: MIT
- WWW:
- https://github.com/ocornut/imgui
- Description:
- Dear ImGui is a bloat-free graphical user interface library for C++. It outputs
optimized vertex buffers that you can render anytime in your 3D-pipeline-enabled
application. It is fast, portable, renderer agnostic, and self-contained
(no external dependencies).
Dear ImGui is designed to enable fast iterations and to empower programmers to
create content creation tools and visualization / debug tools (as opposed to UI
for the average end-user). It favors simplicity and productivity toward this
goal and lacks certain features commonly found in more high-level libraries.
Dear ImGui is particularly suited to integration in game engines (for tooling),
real-time 3D applications, fullscreen applications, embedded applications, or
any applications on console platforms where operating system features are
non-standard.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- imgui>0:x11-toolkits/imgui
- To install the port:
- cd /usr/ports/x11-toolkits/imgui/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/imgui
- pkg install imgui
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: imgui
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1778653112
SHA256 (ocornut-imgui-v1.92.8-docking_GH0.tar.gz) = ca0653454ed371b7a87e9b0bc29a5d15c9be7f7c0fbe778042fc48c71df1d3d8
SIZE (ocornut-imgui-v1.92.8-docking_GH0.tar.gz) = 2252145
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glslangValidator : graphics/glslang
- glslc : graphics/shaderc
- vulkan.h : graphics/vulkan-headers
- cmake : devel/cmake-core
- ninja : devel/ninja
- xorgproto>=0 : x11/xorgproto
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- Runtime dependencies:
-
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libglfw.so : graphics/glfw
- libvulkan.so : graphics/vulkan-loader
- libGL.so : graphics/libglvnd
- libglut.so : graphics/freeglut
- libSDL3.so : devel/sdl3
- This port is required by:
- for Libraries
-
- emulators/Ymir
- games/CWR-CE
- games/xray-16
- graphics/magnum-examples
- graphics/magnum-integration
Configuration Options:
- ===> The following configuration options are available for imgui-1.92.8_1:
FREETYPE=on: TrueType font rendering support
FREETYPE_SVG=off: Support SVG fonts via plutosvg
WCHAR32=off: Use wchar32
====> Options available for the multi BACKENDS: you have to choose at least one of them
ALLEGRO5=off: Install Allegro5 backend
GLFW=on: Install GLFW backend
GLUT=on: Install GLUT backend
OPENGL2=on: Install OPENGL2 backend
OPENGL3=on: Install OPENGL3 backend
SDL2=off: Install SDL2 backend
SDL2_RENDERER=off: Install SDL2 renderer backend
SDL3=on: Install SDL3 backend
SDL3_RENDERER=on: Install SDL3 renderer backend
SDLGPU3=on: Install SDL3 GPU backend
VULKAN=on: Install Vulkan renderer backend
===> Use 'make config' to modify these settings
- Options name:
- x11-toolkits_imgui
- USES:
- cmake gl xorg sdl sdl sdl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|