MWL is a small windowing library that I decided to create after messing around with making a Wayland window. It's by no means a serious windowing library, and the aim isn't to compete with GLFW or SDL.
My main goal with MWL is to write a modern but simple windowing library that can work with Vulkan.
- Wayland
- X11
- Win32
While I would like to properly support both X11 and Win32, my main focus for now is Wayland as that's what I'm personally using right now. There are no plans for supporting MacOS.