Difference between revisions of "Main Page"

From Minetest Developer Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Welcome! You can access the old API site [http://old-api.minetest.ru/ here], and the old developer wiki [http://minetest.net/wiki/doku.php here].
+
'''Minetest''' is a computer game based on the popular game Minecraft. It's licensed under the GNU Lesser General Public License, version 2.1, with artwork generally covered by Creative Commons Attribution ShareAlike 3.0.
  
This wiki is aimed mainly at developers and advanced users of the Minetest Core and Mods. Before you start, you should look at the [[terminology]].
+
There are two major parts to the system, the first being a [[engine structure|core engine]] written in [[C++]], the second being a modding API that exposes useful functions to a [[Lua]] environment.
  
'''Documentation sprint of 2013-01-19''': [[MinetestWiki:TODO]]
+
{{Contributor Call to Action}}
  
== API ==
 
* [[Intro]]
 
<hr>
 
* [[:Category:Methods|Methods]]
 
* [[:Category:Objects|Objects]]
 
* [[:Category:Types|Types]]
 
 
* [[:Category:Misc|Misc articles]]
 
* [[:Category:Misc|Misc articles]]
  
 
== Core ==
 
== Core ==
 
* [[:Category:Core|Everything]]
 
* [[:Category:Core|Everything]]
* [[Basic data structures]]
 
* [[Core Architecture]]
 
  
 
== Community ==
 
== Community ==

Revision as of 20:11, 19 January 2013

Minetest is a computer game based on the popular game Minecraft. It's licensed under the GNU Lesser General Public License, version 2.1, with artwork generally covered by Creative Commons Attribution ShareAlike 3.0.

There are two major parts to the system, the first being a core engine written in C++, the second being a modding API that exposes useful functions to a Lua environment.

Contribute to Minetest!

Develop the core engine


Develop a mod


Document, translate, and create


Be an excellent community member



Core

Community

Contribute