Difference between revisions of "Engine"
Jump to navigation
Jump to search
Rubenwardy (talk | contribs) |
(rename Minetest to Luanti) |
||
Line 1: | Line 1: | ||
− | The engine section and the [[:Category:Core_Engine|Core Engine category]] is for documentation of the | + | The engine section and the [[:Category:Core_Engine|Core Engine category]] 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. | This page contains links to useful information. | ||
Line 14: | Line 14: | ||
== How to help improve documentation == | == How to help improve documentation == | ||
− | * Doxygen: We want to document most or all of | + | * Doxygen: We want to document most or all of Luanti core with [http://en.wikipedia.org/wiki/Doxygen Doxygen-style] code comments. |
:* The usage of doxygen is explained [http://www.doxygen.nl/manual/index.html there]. | :* The usage of doxygen is explained [http://www.doxygen.nl/manual/index.html 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. | :* 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. |
Latest revision as of 21:58, 22 October 2024
The engine section and the Core Engine category 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
- Engine Structure - for an introduction and light reference to the engine's structure. Start here.
- Basic data structures - general data structures.
- Objects - documentation on active and static objects.
- Doxygen - For a complete (but often missing comments) reference to code. You'll need to generate this yourself
- See all pages on the engine.
- See Rules and Guidelines.
How to help improve documentation
- Doxygen: We want to document most or all of Luanti core with Doxygen-style code comments.
- Move stuff from NMPR to Engine Structure, and improve Engine Structure generally.