프로그래밍 공부

프로그램 설치 가이드 4

카테고리 설명
  • Assimp는, DirectX상에서 FBX파일을 사용할 수 있게 해주는 라이브러리 뭉치이다. 오픈소스임으로 누구나 쉽게 접근하여 사용할 수 있다. 한번 설치해보자. https://github.com/assimp/assimp GitHub - assimp/assimp: The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clea The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. - GitHub - assimp/assi..

  • Cmake는, 프로그램의 lib파일을 사용하기 위해 lib파일을 생성해주는 프로그램이다. https://cmake.org/ CMake - Upgrade Your Software Build System CMake is a powerful and comprehensive solution for managing the software build process. CMake is the de-facto standard for building C++ code, with over 2 million downloads a month. cmake.org cmake 사이트에 들어가서 cmake를 먼저 다운받아주자. 다운로드를 클릭한 뒤 밑으로 내리면, Binary distributions로. 설치버전이나 설치파일을 확인할 ..

  • DirectX, Windows 에서 사용할 ImGui의 설치개요에 대해 설명한다. https://github.com/ocornut/imgui GitHub - ocornut/imgui: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - GitHub - ocornut/imgui: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies github.com https://gith..

  • WSL2 Windows Subsystem for Linux 2 의 줄임말로 윈도우 가상화 기능을 활용하여 윈도우 상에서 리눅스를 사용할 수 있게 해줍니다. 가상머신으로 윈도우를 사용하는 것이 아닌 윈도우 시스템과 통합되어 하나의 머신처럼 사용 할 수 있게 활용하는것이 가능합니다. 기존 Windows 10 Home 에서는 가상화 기능을 지원하지 않아 Docker나 다른 가상화 프로그램을 이용할 수 없었으나, WSL2 가 릴리스되면서 Windows 10 Home 에서도 가상화 프로그램을 사용할 수 있게 되었습니다. 1. PC정보 확인하기 WIndows 사양에서 현재 버전을 확인합니다. 버전이 20H1, 20H2, 21H1 혹은 그보다 높은 버전인지 확인해야합니다. 만약 낮은 버전이라면, WIndows Upd..