# LearnOpenGL **Repository Path**: madengyun/LearnOpenGL ## Basic Information - **Project Name**: LearnOpenGL - **Description**: LearnOpenGL练习,使用freeglut + glew,使用CMake管理工程 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-02 - **Last Updated**: 2023-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearnOpenGL LearnOpenGL学习-使用freeglut + glew,使用CMake管理工程 # 编译与运行 以使用VS2017为例。 ``` cd 23_Skybox_Refract mkdir build cd build cmake ../ -G "Visual Studio 15 2017 Win64" ``` 使用VS2017打开生成的sln,编译运行。 注意运行前要设置生成的工程例如“23_Skybox_Refract"为Startup Project,而不是默认的"ALL_BUILD"。