和谐引擎

时间:2021-02-14 12:42:14
【文件属性】:
文件名称:和谐引擎
文件大小:354KB
文件格式:ZIP
更新时间:2021-02-14 12:42:14
C++ 和谐引擎 入门指南克隆和建设项目 Mac入门 1.克隆存储库: git clone https://github.com/Nick-Fanelli/HarmonyEngine 2.安装依赖项: 安装: /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh ) " 安装GLFW,CMake,GLEW和GLM: brew install cmake glfw glew glm 3.建设项目: 导航到HarmonyEngine/HarmonyEngine目录 在当前目录中运行cmake: cmake . 4.生成并运行C ++和头文件 运行make文件 make HarmonyEngine 运行可执行文件 ./HarmonyEngine W
【文件预览】:
HarmonyEngine-main
----.gitattributes(46B)
----HarmonyEngine()
--------src()
--------CMakeLists.txt(825B)
--------assets()
--------include()
----.vscode()
--------c_cpp_properties.json(692B)
--------settings.json(2KB)
--------tasks.json(396B)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(225B)

网友评论