14 lines
121 B
Markdown
14 lines
121 B
Markdown
|
# OpenGL Example
|
||
|
|
||
|
Compile the project.
|
||
|
|
||
|
```bash
|
||
|
bash compile.sh
|
||
|
```
|
||
|
|
||
|
Run the binary.
|
||
|
|
||
|
```bash
|
||
|
./build/opengl_example
|
||
|
```
|