game-engine/README.md
2025-01-15 16:43:50 -05:00

13 lines
215 B
Markdown

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
```