I'm messing around with GLFW to build an OpenGL app in wayland, theoretically this is the starting point for a game engine. ### Setup ```shell meson setup build ``` ### Build ```shell meson compile -C build ```