_1oom

1oom 1.11.8

Master of Orion (1993) game engine recreation; a more updated fork

https://github.com/1oom-fork/1oom
GNU General Public License v2.0 only
programs: 1oom_lbxview_alleg4, 1oom_classic_sdl2, 1oom_pbxdump, 1oom_lbxview_sdl2, 1oom_cmdline, 1oom_saveconv, 1oom_pbxmake, 1oom_gfxconv, 1oom_classic_alleg4, 1oom_lbxedit
Platforms (24)
x86_64-linuxarmv6l-linuxmicroblazeel-linuxmips-linuxpowerpc64-linuxmips64-linuxmips64el-linuxsh4-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _1oom
];
Ad-hoc shell
nix-shell -p _1oom
Flake (nix run)
nix run nixpkgs#_1oom