OpenAge 是想做一个【帝国时代2】游戏引擎的开源克隆版。主要针对 POSIX 平台,如 GNU / Linux。这个项目同时也是想向 OpenMW、OpenRA 和 OpenTTD 三个项目学习。 OpenAge用的技术 C 11 引擎内核Python 脚本、媒体转换、控制台、代码生成CMake 构建系统OpenGL2.1 渲染, shadersSDL2 跨平台 Audio/Input/Window 处理Opus 音频解码Humans Mixing together all of the
OpenMW的码头工人
在Docker容器中构建并运行OpenMW。
这绝对是一个hack。 这个想法是能够构建和调试OpenMW而不需要安装它的构建依赖关系,它仅在Debian(Buster)上进行了测试,并且预计不会在其他任何地方起作用。
建造
$ git submodule update --init
$ docker build . -t openmw
$ ./build
$ ./launcher # to configure, it will fail to run the game