mirror of
https://github.com/minetest/dev.luanti.org.git
synced 2025-01-22 05:08:58 +00:00
40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
---
|
|
title: Main Page
|
|
type: 'docs'
|
|
aliases:
|
|
- "/Main_Page"
|
|
---
|
|
|
|
# Luanti Developer Wiki
|
|
|
|
Welcome to the **Luanti Developer Wiki**, here you learn how Luanti and games and mods for Luanti are developed.
|
|
|
|
**Luanti** is a [game engine](https://en.wikipedia.org/wiki/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](/Engine/Structure "Engine structure") written in C++, the second being a modding API that exposes useful functions to a Lua environment.
|
|
|
|
The Luanti Wiki for players is located at [wiki.luanti.org](https://wiki.luanti.org/).
|
|
|
|
Contribute to Luanti!
|
|
---------------------
|
|
|
|
#### Develop the core engine
|
|
* Browse the [source code](https://github.com/minetest/minetest)
|
|
* [Engine overview](/Engine)
|
|
* Help [make a release](/Releasing_Luanti)
|
|
|
|
#### Develop a mod or a game
|
|
* Get [introduced to the mod API](/Modding_Intro)
|
|
* Check out the [Lua API Documentation](https://github.com/minetest/minetest/blob/master/doc/lua_api.md)
|
|
|
|
#### Document, translate, and create
|
|
* Help with the [engine documentation](/Engine)
|
|
* Help complete this wiki by checking out the [contributors](https://github.com/wsor4035/devwiki/graphs/contributors) page
|
|
* Help [translate Luanti](/Translation) into other languages
|
|
|
|
#### Be an excellent community member
|
|
* Find out how you can start contributing like a pro
|
|
|
|
Content Index
|
|
-------------
|
|
|
|
Before you start, you should look at the [terminology](/terminology).
|