opengl_example/README.md

14 lines
125 B
Markdown
Raw Normal View History

2024-03-30 19:46:15 +00:00
# OpenGL Example
Compile the project.
```bash
bash compile.sh
```
Run the binary.
```bash
./build/bin/opengl_example
2024-03-30 19:46:15 +00:00
```