#imgui #cc #state #required #applications #vertex-buffer #mode

imgui-rs

IMGUI-RS provides Rust bindings for IMGUI, a bloat-free intermediate mode GUI library for C/C++. IMGUI outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is fast, portable, renderer agnostic and self-contained. IMGUI does away with state synchronization by requiring the application to explicitly pass all state required in real-time. The user interface only retains the minimal amount of state required to facilitate the functionality required by each type of widget supported by the system.

1 stable release

Uses old Rust 2015

1.47.0 Jan 6, 2016

#721 in Graphics APIs

Download history 5/week @ 2024-01-01 1/week @ 2024-02-12 18/week @ 2024-02-19 24/week @ 2024-02-26 9/week @ 2024-03-04 14/week @ 2024-03-11 9/week @ 2024-03-25 58/week @ 2024-04-01 4/week @ 2024-04-08 5/week @ 2024-04-15

76 downloads per month

MIT license

1.5MB
21K SLoC

C++ 16K SLoC // 0.1% comments C 1.5K SLoC // 0.1% comments Rust 1K SLoC Visual Studio Project 1K SLoC Objective-C++ 660 SLoC // 0.1% comments Objective-C 367 SLoC // 0.1% comments Visual Studio Solution 88 SLoC Batch 15 SLoC INI 8 SLoC

Contains (static library, 205KB) glfw3.lib, (static library, 130KB) glfw3.lib

IMGUI-RS

IMGUI-RS provides Rust bindings for IMGUI, a bloat-free intermediate mode GUI library for C/C++.

IMGUI outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is fast, portable, renderer agnostic and self-contained.

IMGUI does away with state synchronization by requiring the application to explicitly pass all state required in real-time. The user interface only retains the minimal amount of state required to facilitate the functionality required by each type of widget supported by the system.

[dependencies]
imgui-rs = { git = "https://github.com/lucidscape/imgui-rs.git" }

screenshot 1 screenshot 2 screenshot 3 screenshot 4 screenshot 5 screenshot 6 screenshot 7

Dependencies