No description
| libs | ||
| src | ||
| .clang-format | ||
| .gitignore | ||
| meson.build | ||
| README.md | ||
| shell.nix | ||
I'm messing around with GLFW to build an OpenGL app in wayland, theoretically this is the starting point for a game engine.
Setup
meson setup build
Build
meson compile -C build