opengl_example/README.md

14 lines
121 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/opengl_example
```