引擎1 老实说,我不知道这会是什么。 这是我所知道的: 用C写 跨平台(Linux + Windows 10)(当前仅在Linux上运行) 客户端服务器 可通过Lua修改 安装 依存关系 建筑 确保您具有这些依赖项。 GL和GLEW仅对于客户端是必需的。 SDL2 Lua ENet PhysicsFS GL GLEW mkdir build && cd build cmake .. make 配置 cd ../base # Clone the Oolite game resources. These are needed for the example. git clone https://github.com/OoliteProject/oolite-binary-resources.git cd .. # Create the writable game directory.