opengl_example/README.md

14 lines
125 B
Markdown

# OpenGL Example
Compile the project.
```bash
bash compile.sh
```
Run the binary.
```bash
./build/bin/opengl_example
```