Engine

From Minetest Developer Wiki
Revision as of 19:37, 18 June 2020 by Rubenwardy (talk | contribs)
Jump to navigation Jump to search

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

This page attempts to introduce a new contributor to the engine source code.

Useful Resources

How to help improve documentation

We want to document most or all of Minetest core with Doxygen-style code comments.
The usage of doxygen is explained there.

Head over to #minetest-devon 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.