Development Tools
Revision as of 23:31, 24 October 2023 by Wuzzy (talk | contribs) (→Mod development: Add Minetest Formspec Editor, add section for webapps)
This article lists various free software tools which help in development of Minetest and mods for Minetest.
Minetest development
- Development Test: A testing game for testing various engine features
- /minetest/util: Various maintenance utilities
Mod development
Standalone software
- NodeBoxEditor: Build node boxes by dragging their edges.
- MTS Editor: A program to create, view and edit Minetest schematics, but it supports other file formats (e.g. Minecraft schematics) as well
- Schematic Creator: A Java program to create schematics
- Model Creator: A Java program to create meshes
- RocketLib Toolkit: Lua-based SQLite3 map reader
- luacheck: Lua linter and static code analyser (see also the chapter rubenwardy's modding book)
- busted: Lua unit testing framework (see also the chapter rubenwardy's modding book)
Web applications
- Minetest Biome Point Visualizer: Edit and visualize biome heat/humidity points in a Voronoi diagram (source code)
- Minetest Formspec Editor: Visual formspec editor
Minetest games and mods
See the Developer Tools tag in ContentDB.
Scripts
Formspecs
- Minetest Formspec Editor: A great online tool with drag and drop that allows you to import and export formspecs in different versions
- Perlin noise tuner Visualizes 2D Perlin noise that Minetest will generate with different noiseparams. (Emulation of Minetest Perlin noise can be wrong in extremes/edge-cases due to precision of JavaScript number type)
Translation
- Minetest Translation Tools: Collection of Python scripts to create, update, verify and convert mod translation files (*.tr)
Legacy
- update_translations: Older version of the translation updater script included in Minetest Translation Tools
- findtext.lua: Create mod translation template (buggy!) (see also)
- updatetext.lua: Update mod translation template (buggy!) (see also)