Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 433 Bytes

a quick start for learning opengl

for more infomation

or for Chinese

how to compile/build

for linux, make sure you have installed the following libs: GL、X11、 pthread、Xrandr、Xi and dl then run commands:

cd quick-start-learn-project/
cd build && cmake ..
make

and you can find a executable file named learn_opengl,just run it and have fun!