Package: wnpp
Severity: wishlist

* Package name    : libdearimgui
  Version         : 1.51
  Upstream Author : Omar Cornut
* URL             : https://github.com/ocornut/imgui
* License         : MIT
  Programming Lang: C++
  Description     : Bloat-free Immediate Mode Graphical User interface for C++ 
with minimal dependencies

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 iteration and 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 thus lacks certain features normally found in more high-level 
libraries.


The library is used in the Goxel voxel editor.

Reply via email to