Skip to content

ikhabi-graphics/opengl-cmake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn OpneGL

Learn OpenGL 사이트에서 보고, 듣고, 느끼고, 배우는 것들을 기록

위 사이트를 기반으로 OpenGL을 바로 시작하기 위한 CMake template.

Prerequisite

Library Version
GLAD 3.3
GLFW 3.3.8
GLM 0.9.9.8

Build

JesBrains의 CLion에서 빌드

  • Clone OpenGL project
$ git clone [email protected]:ikhabi-graphics/opengl-cmake-template.git
$ git submodule update --init --recursive --remote
  • Update Libraries Tag
# GLFW
$ cd external/glfw
$ git checkout tags/3.3.8

# GLM
$ cd external/glm
$ git checkout tags/0.9.9.8
  • CLion에서 프로젝트 폴더 열기
  • Run Project

About

CMakeLists.txt가 시작이고, 시작이 반이더라.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published