Minetest realtime mapserver, written in go
Go to file
2019-06-13 08:04:32 +02:00
app move src files to root dir 2019-06-13 08:04:32 +02:00
areasparser move src files to root dir 2019-06-13 08:04:32 +02:00
bundle move src files to root dir 2019-06-13 08:04:32 +02:00
colormapping move src files to root dir 2019-06-13 08:04:32 +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 wip interlock data 2019-06-07 10:39:25 +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 move src files to root dir 2019-06-13 08:04:32 +02:00
mapblockrenderer move src files to root dir 2019-06-13 08:04:32 +02:00
mapobject move src files to root dir 2019-06-13 08:04:32 +02:00
mapobjectdb move src files to root dir 2019-06-13 08:04:32 +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 move src files to root dir 2019-06-13 08:04:32 +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 move src files to root dir 2019-06-13 08:04:32 +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 move src files to root dir 2019-06-13 08:04:32 +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 dummy travis deploy 2019-03-27 13:32:04 +01: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 move src files to root dir 2019-06-13 08:04:32 +02:00
readme.md update roadmap 2019-06-11 11:59:58 +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
  • 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)

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.