Minetest realtime mapserver, written in go
Go to file
2019-07-25 15:02:48 +02:00
app fix #41 2019-07-01 15:25:19 +02:00
areasparser move src files to root dir 2019-06-13 08:04:32 +02:00
colormapping list of param2 coloring blocks 2019-06-20 07:55:18 +02:00
coords move src files to root dir 2019-06-13 08:04:32 +02:00
db move src files to root dir 2019-06-13 08:04:32 +02:00
doc tcb data 2019-07-25 14:44:11 +02:00
docker_builder add jshint to docker build step 2019-04-04 10:59:48 +02:00
eventbus move src files to root dir 2019-06-13 08:04:32 +02:00
layer move src files to root dir 2019-06-13 08:04:32 +02:00
luaparser move src files to root dir 2019-06-13 08:04:32 +02:00
mapblockaccessor move src files to root dir 2019-06-13 08:04:32 +02:00
mapblockparser param2 fullpalette support 2019-06-19 21:12:04 +02:00
mapblockrenderer param2 coloring cleanup 2019-06-20 07:14:14 +02:00
mapobject fix #43 2019-07-25 08:51:43 +02:00
mapobjectdb /api/media/{filename} endpoint 2019-06-14 11:21:07 +02:00
media Merge branch 'master' into es6-modules 2019-06-17 07:12:40 +02:00
params move src files to root dir 2019-06-13 08:04:32 +02:00
pics changelog, search doc 2019-05-04 21:13:19 +02:00
postgres_test move src files to root dir 2019-06-13 08:04:32 +02:00
settings move src files to root dir 2019-06-13 08:04:32 +02:00
static update url's 2019-07-23 07:22:22 +02:00
testutils move src files to root dir 2019-06-13 08:04:32 +02:00
tiledb move src files to root dir 2019-06-13 08:04:32 +02:00
tilerenderer param2 coloring cleanup 2019-06-20 07:14:14 +02:00
tilerendererjob move src files to root dir 2019-06-13 08:04:32 +02:00
travelnetparser move src files to root dir 2019-06-13 08:04:32 +02:00
vfs move src files to root dir 2019-06-13 08:04:32 +02:00
web advtrains signals type 2019-07-25 15:02:48 +02:00
worldconfig move src files to root dir 2019-06-13 08:04:32 +02:00
.dockerignore move src files to root dir 2019-06-13 08:04:32 +02:00
.gitignore move src files to root dir 2019-06-13 08:04:32 +02:00
.travis.yml go get in travis 2019-06-13 08:18:45 +02:00
colors.txt move src files to root dir 2019-06-13 08:04:32 +02:00
Dockerfile move src files to root dir 2019-06-13 08:04:32 +02:00
go.mod move src files to root dir 2019-06-13 08:04:32 +02:00
go.sum move src files to root dir 2019-06-13 08:04:32 +02:00
license.txt license stuff / mod / quarry overlay 2019-02-08 13:35:56 +01:00
main.go move src files to root dir 2019-06-13 08:04:32 +02:00
Makefile release fixes 2019-06-20 08:12:11 +02:00
readme.md update url's 2019-07-23 07:22:22 +02:00

Minetest mapserver

Dependencies Build Status GitHub repo size GitHub closed issues

Realtime mapserver for Minetest

Demo: Pandorabox Server map

Documentation

How it works

See: Incremental rendering

Compatibility

  • Minetest 0.4.15 - 0.4.17.1
  • Minetest 5.0

Features

Current features

  • Click-and-run installation
  • Initial and incremental map rendering
  • Param2 coloring
  • Realtime rendering and map-updating
  • Realtime player and world stats
  • Search bar
  • Configurable layers (default: "Base" from y -16 to 160)
  • POI markers / mod integration
  • Protector display
  • LCD Displays as markers
  • Monitoring with Prometheus

Planned Features

  • Isometric view
  • Route planning (via travelnets / trains)

Supported map-databases

The connection is auto-detected from your world.mt:

  • Sqlite3
  • PostgreSql

Screenshots

Web interface

Terminal

Map objects (as markers)

Enable/Disable those in the Configuration See: mapobjects

Bugs

There will be bugs, please file them in the issues page.