OpenGL 입문을 위한 샘플 프로젝트 다운 및 실행하기
1. OpenGL 샘플 프로젝트 파일을 다운 받는다.
https://github.com/JoeyDeVries/LearnOpenGL
GitHub - JoeyDeVries/LearnOpenGL: Code repository of all OpenGL chapters from the book and its accompanying website https://lear
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com - GitHub - JoeyDeVries/LearnOpenGL: Code repository of all OpenGL chapters from the book an...
github.com
2. 다운로드한 LearnOpenGL-master.zip 파일을 압축 해제한다.
3. CMake를 이용하여 Visual Studio 프로젝트 파일로 변환한다.
2022.01.28 - [추천/프로그램] - CMake Visual Studio 프로젝트 변환 프로그램
CMake Visual Studio 프로젝트 변환 프로그램
1. 다운로드 링크 https://cmake.org/download/ Download | CMake Current development distribution Each night binaries are created as part of the testing process. Other than passing all of the tests in..
gororoman.tistory.com
4. Visual Studio로 LearnOpenGL.sln 파일을 실행한다.
5. 샘플 프로젝트 파일을 실행 한다.
끝.