Backends: Null: added imgui_impl_null platform/renderer backend.

This commit is contained in:
ocornut
2025-11-17 15:28:03 +01:00
parent 9e15ebb402
commit b885382a63
12 changed files with 392 additions and 12 deletions
+1
View File
@@ -100,6 +100,7 @@ List of Renderer Backends:
List of high-level Frameworks Backends (combining Platform + Renderer):
imgui_impl_allegro5.cpp
imgui_impl_null.cpp
Emscripten is also supported!
The SDL2+GL, SDL3+GL, GLFW+GL and GLFW+WebGPU examples are all ready to build and run with Emscripten.