Difference between revisions of "Main Page"

From Minetest Developer Wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by 6 users not shown)
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.
+
{{Languages}}
  
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.
+
Welcome to the '''Minetest Developer Wiki''', here you learn how Minetest and games and mods for Minetest are developed.
  
{{Contributor Call to Action}}
+
'''Minetest''' is a [https://en.wikipedia.org/wiki/Game_engine game engine] inspired by Minecraft, Infiniminer and others. It's licensed under the GNU LGPL 2.1, with artwork generally covered by CC BY-SA 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.
  
* [[:Category:Misc|Misc articles]]
+
The Minetest Wiki for players is located at [https://wiki.minetest.net/ wiki.minetest.net].
  
== Core ==
+
{{Contributor Call to Action}}
* [[:Category:Core|Everything]]
 
  
== Community ==
+
{{Main Content Links}}
* [[Community]]
 
  
== Contribute ==
+
[[Category:Root-Category]]
* [[MinetestWiki:Style_Guide|Style guide]]
 
* [[:Category:MissingExample|Articles without examples]]
 
* [[:Category:Incomplete|Incomplete articles]]
 
* [[:Category:Stub|Articles to be written]]
 

Latest revision as of 16:32, 21 August 2022

Language: [[::Main Page|English]]  • [[::Main Page/de|Deutsch]] • [[::Main Page/fr|français]] • [[::Main Page/ja|日本語]]

Welcome to the Minetest Developer Wiki, here you learn how Minetest and games and mods for Minetest are developed.

Minetest is a game engine inspired by Minecraft, Infiniminer and others. It's licensed under the GNU LGPL 2.1, with artwork generally covered by CC BY-SA 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.

The Minetest Wiki for players is located at wiki.minetest.net.

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