well I spent the afternoon converting my program over to sdl2 from glfw because I heard that sdl2 can render without x or wayland, but unfortunately it ran kinda slower and seemingly has some limitations I would need to work around. is there any way to use drm with glfw, not headless I need the user interaction, just like running a fullscreen application. I’d rather use GLFW, I’m thinking I might need to roll my own drmkms handler but that could get janky and sketch really fast.
My understanding is that GLFW does not currently support this, and there is an open issue: