# learn_opengl **Repository Path**: hominlinx/learn_opengl ## Basic Information - **Project Name**: learn_opengl - **Description**: opengl红包书的范例,采用cmake组织。 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2013-11-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #learn_opengl 使用glwf进行窗口的管理,参考了[opengl-tutorial](http://www.opengl-tutorial.org/zh-hans/) ##What should you do 1. mkdir build 2. cd build 3. cmake _-DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. 4. make 5. ok,that's all