Commit 29d4734
authored
1 file changed
+1
-1
lines changed- .gitignore+1
- backends/imgui_impl_glfw.cpp+14-4
- backends/imgui_impl_glfw.h+1-1
- backends/imgui_impl_sdl3.cpp+34-10
- backends/imgui_impl_wgpu.cpp+170-4
- backends/imgui_impl_wgpu.h+37
- docs/CHANGELOG.txt+55-3
- docs/EXAMPLES.md+11-1
- examples/example_glfw_wgpu/CMakeLists.txt+181-83
- examples/example_glfw_wgpu/Makefile.emscripten+14-10
- examples/example_glfw_wgpu/README.md+144-1
- examples/example_glfw_wgpu/main.cpp+310-81
- examples/example_glfw_wgpu/web/index.html-84
- examples/example_sdl2_wgpu/CMakeLists.txt+205
- examples/example_sdl2_wgpu/Makefile.emscripten+103
- examples/example_sdl2_wgpu/README.md+167
- examples/example_sdl2_wgpu/main.cpp+541
- examples/example_sdl3_wgpu/CMakeLists.txt+207
- examples/example_sdl3_wgpu/Makefile.emscripten+103
- examples/example_sdl3_wgpu/README.md+167
- examples/example_sdl3_wgpu/main.cpp+553
- imgui.cpp+68-50
- imgui.h+45-41
- imgui_demo.cpp+2-2
- imgui_draw.cpp+31-22
- imgui_internal.h+8-6
- imgui_tables.cpp+8-8
- imgui_widgets.cpp+6-2
- misc/cpp/README.txt+5-1
- misc/cpp/imgui_stdlib.cpp+1-1
- misc/freetype/imgui_freetype.cpp+2-2
0 commit comments