진행 중인 프로젝트/Vulkan

Vulkan SDK 및 학습용 라이브러리 GLFW, GLM 환경변수 설정 - 1

Cathedral8293 2024. 11. 15. 02:12

1. SDK 및 GLFW, GLM 라이브러리 다운로드

   1) GLM

https://github.com/g-truc/glm

 

GitHub - g-truc/glm: OpenGL Mathematics (GLM)

OpenGL Mathematics (GLM). Contribute to g-truc/glm development by creating an account on GitHub.

github.com

 

   2) GLFW

https://www.glfw.org/download.html

 

Download

GLFW source code and binary distribution download links.

www.glfw.org

<Visual Studio로 학습할 것이기에 binaries로 다운로드>

   3) Vulkan SDK

https://vulkan.lunarg.com/sdk/home

 

LunarXchange

LunarG uses cookies on our site to help us deliver the best user experience. Review our Privacy Policy for more information. Do you accept cookies? Accept All Accept Necessary Manage Cookies

vulkan.lunarg.com

<Vulkan SDK 다운로드>

 

 

2. SDK 및 GLFW, GLM 라이브러리 C 드라이브에 저장

 

    1) Libraries 폴더를 생성하고 GLFW, GLM 저장

 

    2) Vulkan SDK를 C 드라이브에 저장

 

 

3. Visual Studio 설정 및 프로젝트 생성

    1) Visual Studio에 C++ 개발 체크

 

 

    2) 프로젝트 생성하기

<새 프로젝트 만들기 선택>
<Windows 데스크톱 마법사 (C++) 선택>
<새 프로젝트 작성 후 만들기 누르고 빈 프로젝트 체크박스 선택하기>