안녕하세요.
정글러입니다.
오늘은 비주얼 스튜디오에서 유용하게 사용할 수 있는 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년에도 차근차근 해내가겠습니다.
감사합니다~!
'Graphic > Computer Graphics' 카테고리의 다른 글
[Graphics] Compute Shader 알아보기 (0) | 2025.04.03 |
---|---|
[Graphics] Barycentric Coordinate System 알아보기 (0) | 2025.03.10 |
[Graphics] Rasterization과 Ray tracing의 차이 (0) | 2025.02.21 |
[Graphics] Phong Reflection Model(Ambient / Diffuse / Specular) 이해하기 (0) | 2025.02.04 |
[Graphics] Ray Tracing 원리 이해하기 (0) | 2025.01.20 |