Minetest has a mainmenu, not a launcher, and this suggested one isn't much better.
A new mainmenu has been suggested (by c55 himself) which works like this:
- A main screen with
- a button for each subgame installed, with a screenshot and descriptions.
- and a button for multiplayer (client) - basically a server list
- A subgame screen allows you to
- create a world
- host a new server
This requires support for subgames to specify descriptions and screenshots. The Lua Main Menu should be rewritten to allow templating, rather like MVC (Model View Controller) where you pass parameters to a view to be rendered.
MTPM is an attempt to rewrite the ingame mod manager (was removed from MT) to support other sources than MMDB (which is dead). A settings explorer is also needed.