No description
Find a file
2025-01-15 16:43:50 -05:00
libs dont need import 2024-10-10 14:04:35 -04:00
src missing includes 2024-10-09 12:54:15 -04:00
.clang-format IT WORKS!!! 2024-08-07 00:10:57 -04:00
.gitignore cache! 2024-08-04 21:16:57 -04:00
meson.build create components dir 2024-10-06 22:29:42 -04:00
README.md Update README.md 2025-01-15 16:43:50 -05:00
shell.nix move clang so no error ooga! 2024-08-08 00:18:26 -04:00

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