Difference between revisions of "Main Page"
Jump to navigation
Jump to search
(Minetest is a game engine) |
|||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | ''' | + | Welcome to the '''Developer Wiki''' for Minetest! |
− | 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. | + | '''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. |
+ | |||
+ | For the player-oriented Minetest Wiki, go to [https://wiki.minetest.net/]. | ||
{{Contributor Call to Action}} | {{Contributor Call to Action}} |
Revision as of 18:15, 26 June 2020
Language: | [[::Main Page|English]] • [[::Main Page/de|Deutsch]] • [[::Main Page/fr|français]] • [[::Main Page/ja|日本語]] |
---|
Welcome to the Developer Wiki for Minetest!
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.
For the player-oriented Minetest Wiki, go to [1].
Contribute to Luanti!
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: |
Core Instructions |
Development
Design and planning For users |
Contribute to this wiki |