여름학기동안 진행한 프로젝트를 위한 클라이언트
- redis 코드에서 포인터 NULL 접근 오류
- Heightmap 이미지 사이즈 하드코딩
- windows: MSVC 19.33.31517.0
- ubunt(wsl2): gcc 9.4.0 x86_64-linux-gnu
- mac os: Clang 13.0.0 arm64-apple-darwin21.2.0
mkdir build
cd build
cmake .. -G Ninja
Ninja
- 프로그램 실행시 message_queue.py 파일을 실행시키는 하드코딩이 있으므로 주의
-
glad: https://glad.dav1d.de/
-
GLFW: https://www.glfw.org/
-
Assimp: https://github.com/assimp/assimp
-
ImGUI: https://github.com/ocornut/imgui
-
nfd(extended): https://github.com/btzy/nativefiledialog-extended
-
jsoncpp: https://github.com/open-source-parsers/jsoncpp
-
hiredis