stripe2933 / imgui-moduleLinks
C++20 module binding for ImGui.
☆33Updated 2 months ago
Alternatives and similar repositories for imgui-module
Users that are interested in imgui-module are comparing it to the libraries listed below
Sorting:
- A CMake/C++20 library to embed resource files at compile time☆170Updated last year
- C++20 Static Reflection library☆498Updated 4 months ago
- Faster enum reflection for C++17 since I don't want to wait for C++26 reflection.☆109Updated this week
- Backward compatibly refactor header-based C++ into modules.☆93Updated 7 months ago
- KISS C++20 Type Reflection using IFC files☆74Updated last year
- Compile-time reflection for C++ to get field names and types from a struct/class.☆44Updated last year
- Ease-of-use-first argument parsing for C++23☆63Updated last month
- Lightweight header-only C++20 enum and typename reflection☆82Updated 6 months ago
- C++20 concurrency framework with no compromises. Excellent performance, powerful features, and simple syntax.☆171Updated this week
- Runtime compiled C++ with hot-swapped classes.☆123Updated 3 years ago
- Small C++ header to display async animations, counters, progress bars, and status messages☆219Updated last year
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 11 months ago
- Unicode Algorithms Implementation for C/C++☆313Updated 2 years ago
- Sublime Text or VSCode style command palette in ImGui☆191Updated 2 years ago
- KDGpu is a thin wrapper around Vulkan to make modern graphics easier to learn and use☆148Updated 3 weeks ago
- ☆103Updated last year
- C++ runtime reflection library☆124Updated last year
- Markdown renderer for Dear ImGui using MD4C parser☆167Updated 3 years ago
- Fast C++ container combining the best features of std::vector and std::deque☆129Updated 2 years ago
- c++17 header only library implementing a terminal for imgui applications☆193Updated last year
- Cross-platform C++17 Runtime Reflection Library☆249Updated last year
- GLFW C++ Wrapper - thin, modern, C++17, header-only GLFW wrapper☆117Updated 2 years ago
- Fast string implementation for graphics.☆194Updated 2 years ago
- Open-Source C++ bindings for glfw (www.glfw.org) in the style of Vulkan-Hpp☆75Updated 6 months ago
- VRSFML: Vittorio Romeo's SFML fork☆85Updated last week
- C++20 Dynamic Reflection Library☆139Updated 10 months ago
- General purpose modern C++ Signal-Slot providing ease of use, flexibility and extremely high performance aiming to replace traditional in…