mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-24 15:50:25 +01:00
imgui_stdlib, imgui_scope, imgui_sugar
parent
cc202968dc
commit
00598767ef
@ -14,6 +14,7 @@
|
||||
- [Image manipulation](#image-manipulation)
|
||||
- [3D manipulation Gizmos](#3d-manipulation-gizmos)
|
||||
- [Inspectors, Serialization](#inspectors-serialization)
|
||||
- [C++ness](#cness)
|
||||
- [Miscellaneous](#miscellaneous)
|
||||
- [Third Party Repos](#third-party-repos)
|
||||
|
||||
@ -226,9 +227,20 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
|
||||
**ImQuick**
|
||||
<BR> [github/martinpetkovski/ImQuick](https://github.com/martinpetkovski/ImQuick)
|
||||
|
||||
**imgui-inspect** [Rust] An inspector UI using imgui in Rust
|
||||
**imgui-inspect**: [Rust] An inspector UI using imgui in Rust
|
||||
<BR> [github/aclysma/imgui-inspect](https://github.com/aclysma/imgui-inspect)
|
||||
|
||||
# C++ness
|
||||
|
||||
**imgui_stdlib**: InputText() wrappers for C++ standard library (STL) type: std::string.
|
||||
<BR> [in main repository](https://github.com/ocornut/imgui/tree/master/misc/cpp)
|
||||
|
||||
**imgui_scoped**:Add some RAII-style wrappers
|
||||
<BR> [#2096](https://github.com/ocornut/imgui/issues/2096), [#2197](https://github.com/ocornut/imgui/pull/2197)
|
||||
|
||||
**imgui_sugar**: C++11 syntactic sugar for Dear ImGui with RAII guards
|
||||
<BR> [github/mnesarco/imgui_sugar](https://github.com/mnesarco/imgui_sugar)
|
||||
|
||||
# Miscellaneous
|
||||
|
||||
**imgui_memory_editor**
|
||||
|
Loading…
Reference in New Issue
Block a user