Get the latest tech news
RGFW: Single-header C99 window abstraction library
A cross platform lightweight single-header simple-to-use window abstraction library for creating graphical programs or libraries. - ColleagueRiley/RGFW
is single header and portable (written in C99 in mind) is very small compared to other libraries only depends on system API libraries, Winapi, X11, Cocoa lets you create a window with a graphics context (OpenGL, Vulkan or DirectX) and manage the window and its events only with a few function calls Handle any rendering for you (other than creating your graphics context) do anything above the bare minimum in terms of functionality examples/first-person-camera is an example that shows how you'd make a game with a first person camera with RGFW
Or read this on Hacker News