SlackBuilds Repository

15.0 > Libraries > imgui (1.89.8)

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 normally found in more high-level libraries.

Dear ImGui is particularly suited to integration in games engine (for
tooling), real-time 3D applications, fullscreen applications, embedded
applications, or any applications on consoles platforms where
operating system features are non-standard.

* Minimize state synchronization.
* Minimize state storage on user side.
* Minimize setup and maintenance.
* Easy to use to create code-driven and data-driven tools.
* Easy to use to create ad hoc short-lived tools and long-lived,
more elaborate tools.
* Easy to hack and improve.
* Portable, minimize dependencies, run on target (consoles, phones,
etc.).
* Efficient runtime and memory consumption.
* Battle-tested, used by many major actors in the game industry.

Maintained by: Steven Voges
Keywords: imgui,c++,gui
ChangeLog: imgui

Homepage:
https://github.com/ocornut/imgui

Source Downloads:
imgui-1.89.8.tar.gz (ccfa9476c4a2e60a4282d3b611f3f433)

Download SlackBuild:
imgui.tar.gz
imgui.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds