This package browser is in early development. Mind the rough edges.

luanti

Voxel game engine

Luanti is a voxel game engine that supports modding and game creation using its Lua modding API. It allows playing a wide range of voxel-based games, installing mods and texture packs. This package only provides the base platform, users need to install games themselves (for example, luanti-minetest-game), either through Guix, the built-in interface or other sources.

Installation

Install the latest version of luanti as follows:

guix install luanti

Or install a particular version:

guix install luanti@5.14.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of luanti about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/luanti'><img src='https://packages.guix.gnu.org/packages/luanti/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/luanti/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/luanti)

Example Org:

[[https://packages.guix.gnu.org/packages/luanti][https://packages.guix.gnu.org/packages/luanti/badges/latest-version.svg]]