Nuklear/demo
Martijn Versteegh b5faf09c4f Add a rawfb backend which uses SDL_Surface's for output.
The other sdl  demo backends all use OpenGL, which defeats the
purpose of using SDL_Renderer for portabilty.
This is maybe not as good as a full SDL_Renderer backend, but it
is more flexible. For most applications software rendering of the
UI is more than fast enough.
2020-10-07 11:18:20 +02:00
..
allegro5 Added processed event flag as a return value in allegro5 backend 2020-06-16 19:03:50 +03:00
d3d9 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
d3d11 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
gdi
gdip
glfw_opengl2 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
glfw_opengl3 fix incorrect memset size in shutdown for glfw demo 2020-06-11 23:03:38 -07:00
glfw_opengl4 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
sdl2surface_rawfb Add a rawfb backend which uses SDL_Surface's for output. 2020-10-07 11:18:20 +02:00
sdl_opengl2 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
sdl_opengl3 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
sdl_opengles2 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
sfml_opengl2 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
sfml_opengl3 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
wayland_rawfb Migrate wayland demo to xdg_shell. 2020-05-17 12:07:21 -07:00
x11 add ctrl support for x11 demos 2019-09-18 18:27:25 +02:00
x11_opengl2 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
x11_opengl3 Fix memory leak in demo and example code. 2020-04-12 01:40:09 +12:00
x11_rawfb add ctrl support for x11 demos 2019-09-18 18:27:25 +02:00
x11_xft add ctrl support for x11 demos 2019-09-18 18:27:25 +02:00
calculator.c
node_editor.c
overview.c use integer for integer bound 2020-06-11 07:08:43 -05:00
style.c