mimas icon indicating copy to clipboard operation
mimas copied to clipboard

Voxel engine and game

Mimas

Mimas is a WIP voxel engine and game, inspired a little by Minecraft and a lot by Minetest.

For usage instructions, please view USAGE.md.

Origin of the name

The game is named after the Saturn moon Mimas.

Supporting work

In order to be able to build mimas, three crates have been published:

  • glium-glyph, so that mimas can render text
  • serde-big-array, to work around the current 32 elements restriction of serde
  • rcgen, to create certificates for quic network communication

Compiling / Running

In order to compile and run mimas, you'll need the Rust compiler.

Either, you can obtain it from your distro, or you can use rustup.

License

Licensed under the MPL 2.0. For details, see the LICENSE file.