Minetest realtime mapserver, written in go
Go to file
NatureFreshMilk 2f2e1d0d58 go fmt
2019-07-31 13:32:31 +02:00
app updated colors 2019-07-30 13:56:42 +02:00
areasparser move src files to root dir 2019-06-13 08:04:32 +02:00
blockaccessor blockaccessor.GetBlock(x,y,z) and simple test 2019-07-31 11:36:30 +02:00
colormapping fix broken unit test due to color file move 2019-07-31 11:47:19 +02:00
coords blockaccessor.GetBlock(x,y,z) and simple test 2019-07-31 11:36:30 +02:00
db move src files to root dir 2019-06-13 08:04:32 +02:00
doc layers pic 2019-07-27 15:00:55 +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 go fmt 2019-07-31 13:32:31 +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 updated colors 2019-07-30 13:56:42 +02:00
testutils go fmt 2019-07-31 13:32:31 +02:00
tiledb move src files to root dir 2019-06-13 08:04:32 +02:00
tilerenderer more benchmarks 2019-07-31 13:32:09 +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 proper url 2019-07-27 14:59:31 +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.