CG_Final : 2020级计算机图形学期末大作业

截图 2023-03-05 03-09-46

构建

项目地址:https://github.com/InverseDa/CG_Final

Windows

对于Windows用户,需要安装vcpkg:https://vcpkg.io/en/index.html

配置好vcpkg之后可以直接使用

1
vcpkg install glfw assimp

之后使用cmake构建(推荐用Visual Studio的MSVC)

1
cmake -DCMAKE_TOOLCHAIN_FILE=<path\to\vcpkg>\scripts\buildsystems\vcpkg.cmake -B . -G "Visual Studio 17 2022"

构建完毕后打开sln文件即可

Read more
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×