文件名称:图形项目
文件大小:7KB
文件格式:ZIP
更新时间:2024-03-05 13:04:12
C++
图形项目 我已经为我的计算机图形学独立研究创建了这个项目。 我正在了解该项目的基础知识。 建筑 视窗 git clone --recursive https://github.com/EliasWatson/Graphics-Project.git cmake -S Graphics-Project -B Graphics-Project/build cmake --build Graphics-Project/build 然后在Graphics-Project / build / Debug中双击可执行文件 Linux git clone --recursive https://github.com/EliasWatson/Graphics-Project.git cd Graphics-Project cmake . make ./Graphics-Project
【文件预览】:
Graphics-Project-main
----.gitmodules(249B)
----src()
--------main.cpp(8KB)
--------shader.cpp(2KB)
--------shader.hpp(262B)
----lib()
--------glm()
--------glfw()
--------glew()
----CMakeLists.txt(623B)
----LICENSE(1KB)
----assets()
--------shaders()
----README.md(703B)
----.gitignore(15B)