Difference between revisions of "Development Tools"

From Minetest Developer Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== Minetest development ==
 
== Minetest development ==
* [Games/Development Test Development Test]: A testing game for testing various engine features
+
* [https://wiki.minetest.net/Games/Development_Test Development Test]: A testing game for testing various engine features
 
* [https://github.com/minetest/minetest/tree/master/util /minetest/util]: Various maintenance utilities
 
* [https://github.com/minetest/minetest/tree/master/util /minetest/util]: Various maintenance utilities
  

Revision as of 19:36, 19 August 2020

This article lists various free software tools which help in development of Minetest and mods for Minetest.

Minetest development

Mod development

Standalone software

Scripts

Translation

Mods and modpacks

Coding and testing

  • LuaCmd [luacmd]: luacmd server command which allows you to run a single Lua statement
  • QA-Block [qa_block]: Adds a Quality Assurance block which you use to run various checker scripts like listing items with missing description (including your own) and browse the global Lua namespace
  • DevToys: Modpacks with lots of example nodes (for testing engine features) and a few tools to manipulate nodes

Buildings and schematics

Informational

Benchmarking