본문 바로가기
Graphic/Computer Graphics

[Graphics] vcpkg_imgui 설치하기

by 여기는 정글 2025. 1. 15.

안녕하세요.

정글러입니다.

 

오늘은 비주얼 스튜디오에서 유용하게 사용할 수 있는 vcpkg를 설치하고자 합니다.

https://learn.microsoft.com/ko-kr/vcpkg/get_started/get-started-vs?pivots=shell-powershell

 

Visual Studio에서 CMake를 사용하여 패키지 설치 및 사용

자습서에서는 CMake 및 Visual Studio에서 패키지를 설치하고 사용하는 프로세스를 안내합니다.

learn.microsoft.com

 

 

CMD에 복사하기

git clone https://github.com/microsoft/vcpkg.git

드래그한 부분 복사해서 붙여넣기

 

여기에서 imgui를 설치할 것입니다.

vcpkg install imgui[win32-binding,dx11-binding]:x64-windows

 

vcpkg integrate install

끝입니다!

 

2025년에도 차근차근 해내가겠습니다.

감사합니다~!