在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:BoomingTech/Pilot开源软件地址:https://github.com/BoomingTech/Pilot开源编程语言:C++ 94.0%开源软件介绍:Pilot EnginePilot Engine is a tiny game engine used for the GAMES104 course. Continuous build status
PrerequisitesTo build Pilot, you must first install the following tools. Windows 10/11
macOS >= 10.15 (x86_64)
Ubuntu 20.04
Build PilotBuild on WindowsYou may execute the build_windows.bat. This batch file will generate the projects, and build the Release config of Pilot Engine automatically. After successful build, you can find the PilotEditor.exe at the bin directory. Or you can use the following command to generate the Visual Studio project firstly, then open the solution in the build directory and build it manually.
Build on macOS
To compile Pilot, you must have the most recent version of Xcode installed. Then run 'cmake' from the project's root directory, to generate a project of Xcode.
and you can build the project with
Or you can execute the build_macos.sh to build the binaries. Build on Ubuntu 20.04You can execute the build_linux.sh to build the binaries. DocumentationFor documentation, please refer to the Wiki section. ExtraGenerate Compilation DatabaseYou can build For Windows: cmake -DCMAKE_TRY_COMPILE_TARGET_TYPE="STATIC_LIBRARY" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -S . -B compile_db_temp -G "Unix Makefiles"
copy compile_db_temp\compile_commands.json . |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论