Engine

Notice

This site is a work in progress under active development! Content and URLs may change quickly without notice. Refer to the About page for information on the mission statement, roadmap, and how to contribute.

Engine #

The engine section is for documentation of the Luanti engine, which consists of a C++ core and a Lua builtin script.

This page contains links to useful information.

Useful Resources #

How to help improve documentation #

  • Doxygen: We want to document most or all of Luanti core with Doxygen-style code comments.

  • The usage of doxygen is explained there.

  • Head over to #minetest-dev on IRC, and ask someone there to help you get started with documentation. You’ll need to download the project through Git and then make your changes.

  • Move stuff from NMPR to Engine Structure, and improve Engine Structure generally.