Difference between revisions of "Main Page"

From Minetest Developer Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
'''Minetest''' is a computer game inspired by Minecraft, Infiniminer, and others. It's licensed under the GNU Lesser General Public License, version 2.1, with artwork generally covered by Creative Commons Attribution ShareAlike 3.0.
 
'''Minetest''' is a computer game inspired by Minecraft, Infiniminer, and others. 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 [[engine structure|core engine]] written in [[C++]], the second being a modding API that exposes useful functions to a [[Lua]] environment.
+
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.
  
 
{{Contributor Call to Action}}
 
{{Contributor Call to Action}}
  
 
{{Main Content Links}}
 
{{Main Content Links}}

Revision as of 18:02, 21 January 2013

Minetest is a computer game inspired by Minecraft, Infiniminer, and others. 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



Content Index

Before you start, you should look at the terminology.

Modding API


Tips and tricks:


Misc articles…

Core



Instructions


Development


Design and planning


For users


Contribute to this wiki