Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 306 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 306 Bytes

KosmosEngine

Game engine project

项目使用的C++包管理器是vcpkg,目前依赖的库有glm,glfw3,imgui,tinyobjloader,spdlog,fmt。需要自行安装vcpkg并且通过./vcpkg.exe install xxx:x64-windows安装库。并且通过./vcpkg.exe integrate install继承到Visual Studio