Difference between revisions of "Main Page/ja"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Created page with "{{Languages}} '''Minetest''' is a computer game inspired by Minecraft, Infiniminer and others. It's licensed under the GNU LGPL 2.1, with artwork generally covered by CC BY-S...")
 
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
  
'''Minetest''' is a computer game 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.
+
'''Minetest'''はMinecraftやInfiniminerなどからインスパイアされたPCゲームです。本体はGNU LGPL 2.1のライセンス、アートワークは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.
+
2つの主要なパーツが、システム、最初にC++で記述される中心的なエンジンであること、2番目に役に立つ機能をLua環境にさらすmoddingしているAPIであることにあります。
 +
システムは二つの部分からなり、[[C++]]で記述された[[Engine structure|中心のエンジン]]と、Mod用APIとして役立つ関数群が存在する[[Lua]]環境があります。
  
 
{{Contributor Call to Action}}
 
{{Contributor Call to Action}}

Revision as of 11:29, 23 November 2015

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

MinetestはMinecraftやInfiniminerなどからインスパイアされたPCゲームです。本体はGNU LGPL 2.1のライセンス、アートワークはCC BY-SA 3.0のライセンスで提供されます。

2つの主要なパーツが、システム、最初にC++で記述される中心的なエンジンであること、2番目に役に立つ機能をLua環境にさらすmoddingしているAPIであることにあります。 システムは二つの部分からなり、C++で記述された中心のエンジンと、Mod用APIとして役立つ関数群が存在するLua環境があります。

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