Since SDL2 provides the window, these libraries provide the buttons: Is SDL2 suitable for GUI development? : r/C_Programming
“I literally started by drawing individual pixels in the right places until I had windows and text and keyboard input... but if you don't need that much control it's just not worth the effort.” Reddit · r/C_Programming · 6 years ago Total creative freedom and zero bloat. sdl2 gui
Simple DirectMedia Layer 2 (SDL2) isn't a GUI library itself; it’s a low-level "chassis" designed to manage windows, hardware, and input. When you talk about an "SDL2 GUI," you’re essentially choosing between or plugging in a third-party toolkit . The DIY Experience: "Pixel-Perfect Masochism" Since SDL2 provides the window, these libraries provide