2023-10-08 01:09:44 I guess the intensity of my desire to avoid unnecessary libraries isn't evident. I haven't even learned what the labor quoteient of pursuing such a solution would be. 2023-10-08 01:10:36 would something sdl-like like raylib have less deps? 2023-10-08 01:11:06 Maybe. SDL2 is just "the thing I've run across." 2023-10-08 01:15:44 if using linux and don't need to run under X or Wayland, you might be able to get by with directly using a framebuffer device (/dev/fb0) if your kernel & hardware support it. 2023-10-08 01:18:26 My OS uses Wayland. 2023-10-08 01:18:49 i've tried to make frame buffers work, but it seems to be a no go on my machine. 2023-10-08 01:21:20 I have no experience running under Wayland (my only graphics capable machines are a Windows system at work, a macOS system, and OpenBSD w/X11) 2023-10-08 01:22:04 thrig: raylib certainly looks like it was trying for minimality.