ocornut
|
bb224c8aa1
Examples: Updated all examples application to enable ImGuiConfigFlags_NavEnableKeyboard and ImGuiConfigFlags_NavEnableGamepad by default.
|
2 years ago |
ocornut
|
96ab68eee0
Examples: refactor all examples with a MainLoopStep() function, to facilitate use with Emscripten. (#2492, #3699)
|
2 years ago |
Peter Nimmervoll
|
00b6370848
Backends: WebGPU: fixed rendering when a depth buffer is enabled. (#5869)
|
2 years ago |
ocornut
|
5c8041b4d7
Update gif in README + font names in examples
|
2 years ago |
tocic
|
2b1d8e3eaf
Fix more typos in sources and docs (#5681)
|
2 years ago |
ocornut
|
92d0924b82
Fixed build with IMGUI_DISABLE_OBSOLETE_KEYIO + made all examples comments refer to StyleColorsLight().
|
3 years ago |
ocornut
|
04689979b4
Examples: Emscripten+WebGPU: Fix for latest spec rename of WGPURenderPassColorAttachment::clearColor to ::clearValue (#3632)
|
3 years ago |
ocornut
|
6fae29679a
Examples: Emscripten: Fix build. (#3632)
|
3 years ago |
Basil Fierz
|
83bdfef8e0
Backends: WGPU: update to latest specs. (#4116, #3632)
|
4 years ago |
ocornut
|
6a161b8789
Examples: Reworked setup of clear color to be compatible with transparent values. (#2693, #2764, #2766, #2873, #3447, #3813, #3816)
|
4 years ago |
ocornut
|
647a308ad3
Backends: GLFW: Add ImGui_ImplGlfw_InitForOther() instead of ImGui_ImplGlfw_InitForWebGPU() so it can be used for e.g. DX11. (#3632)
|
4 years ago |
ocornut
|
b898281e3c
Demo: Added 'Examples->Fullscreen Window' demo. (#3789) + repack and zero-clear ImDrawData.
|
4 years ago |
ocornut
|
dff0044d4e
Backends, Examples: Added support for WebGPU and corresponding example. Amend 5853fbd (#3632)
|
4 years ago |
Basil Fierz
|
5853fbd68b
Backends, Examples: Added support for WebGPU and corresponding example (#3632)
|
4 years ago |