13 lines
215 B
Markdown
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
|
|
```
|