Skip to content

Latest commit

History

History
24 lines (17 loc) 路 365 Bytes

File metadata and controls

24 lines (17 loc) 路 365 Bytes

OpenGL-learning

learn opengl and write c/c++ code in qt for pratice

Screenshot

precondition

brew install qt

build

mkdir build
cd build
qmake ..
make

reference