mapserver/readme.md

126 lines
6.1 KiB
Markdown
Raw Normal View History

2019-01-18 17:25:45 +03:00
Minetest mapserver
2022-02-03 23:09:12 +03:00
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2022-02-03 23:12:50 +03:00
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
2022-02-03 23:09:12 +03:00
<!-- ALL-CONTRIBUTORS-BADGE:END -->
2019-01-18 17:25:45 +03:00
=======
2019-11-28 13:28:39 +03:00
![](https://github.com/minetest-mapserver/mapserver/workflows/jshint/badge.svg)
![](https://github.com/minetest-mapserver/mapserver/workflows/go-test/badge.svg)
![](https://github.com/minetest-mapserver/mapserver/workflows/build/badge.svg)
2019-11-28 13:28:39 +03:00
2020-01-13 14:42:57 +03:00
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/minetest-mapserver/mapserver)
![GitHub repo size](https://img.shields.io/github/repo-size/minetest-mapserver/mapserver.svg)
![GitHub closed issues](https://img.shields.io/github/issues-closed/minetest-mapserver/mapserver.svg)
2020-01-13 14:42:57 +03:00
![GitHub issues](https://img.shields.io/github/issues/minetest-mapserver/mapserver)
![GitHub All Releases](https://img.shields.io/github/downloads/minetest-mapserver/mapserver/total)
![Docker Pulls](https://img.shields.io/docker/pulls/minetestmapserver/mapserver)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/minetest-mapserver/mapserver)
2020-01-21 14:52:39 +03:00
[![Go Report Card](https://goreportcard.com/badge/github.com/minetest-mapserver/mapserver)](https://goreportcard.com/report/github.com/minetest-mapserver/mapserver)
2021-04-12 14:32:33 +03:00
[![Coverage Status](https://coveralls.io/repos/github/minetest-mapserver/mapserver/badge.svg)](https://coveralls.io/github/minetest-mapserver/mapserver)
2020-01-13 14:42:57 +03:00
2019-11-28 13:28:39 +03:00
<img src="./doc/pics/General_map_preview.png">
2019-02-05 18:33:10 +03:00
Realtime mapserver for [Minetest](https://minetest.net)
2019-05-17 10:32:36 +03:00
Demo: [Pandorabox Server map](https://pandorabox.io/map/#-1782.25/493.5/10)
2019-03-27 15:27:19 +03:00
2019-02-05 18:33:10 +03:00
# Documentation
* [Installation](doc/install.md)
* [Building](doc/building.md)
2019-02-05 18:33:10 +03:00
* [Mapserver mod](doc/mod.md)
* [Parameters](doc/params.md)
2019-05-04 22:13:19 +03:00
* [Search](doc/search.md)
2019-02-05 18:33:10 +03:00
* [Configuration](doc/config.md)
2019-09-18 09:03:25 +03:00
* [Recommended specs](doc/recommended_specs.md)
2019-12-29 18:12:30 +03:00
* [Stats webfragment](doc/stats_webfragment.md)
2020-01-23 17:56:37 +03:00
* [Web API](doc/api.md)
2019-02-05 18:33:10 +03:00
* [Contribution](doc/contrib.md)
2019-02-08 00:30:31 +03:00
* [Development](doc/dev.md)
2019-02-08 10:22:48 +03:00
* [License](doc/license.md)
2019-02-15 12:41:44 +03:00
* [Changelog](doc/changelog.md)
2019-01-18 17:25:45 +03:00
2019-03-19 10:21:47 +03:00
# How it works
See: [Incremental rendering](doc/incrementalrendering.md)
2019-02-22 17:17:19 +03:00
# Compatibility
* Minetest 0.4.15 - 0.4.17.1
* Minetest 5.0
2019-01-27 21:08:11 +03:00
# Features
## Current features
2019-02-22 17:17:19 +03:00
* Click-and-run installation
2019-01-27 21:08:11 +03:00
* Initial and incremental map rendering
2019-06-20 08:20:32 +03:00
* Param2 coloring
2019-02-22 17:17:19 +03:00
* Realtime rendering and map-updating
2019-02-05 18:33:10 +03:00
* Realtime player and world stats
2019-05-17 10:34:05 +03:00
* [Search](doc/search.md) bar
2019-01-27 21:08:11 +03:00
* Configurable layers (default: "Base" from y -16 to 160)
2019-02-22 17:17:19 +03:00
* POI [markers](doc/mapobjects.md) / [mod](doc/mod.md) integration
2019-02-15 12:33:34 +03:00
* Protector display
2019-02-08 12:39:18 +03:00
* LCD Displays as markers
2019-02-15 12:33:34 +03:00
* Monitoring with [Prometheus](doc/prometheus.md)
2019-01-27 21:08:11 +03:00
## Planned Features
2019-05-17 10:34:05 +03:00
* Isometric view
2019-09-18 09:24:16 +03:00
* Skin support
2019-06-20 08:20:32 +03:00
* Route planning (via travelnets / trains)
2019-01-27 21:08:11 +03:00
2019-02-22 17:17:19 +03:00
# Supported map-databases
The connection is auto-detected from your `world.mt`:
2019-02-08 00:30:31 +03:00
2019-02-22 17:17:19 +03:00
* Sqlite3
* PostgreSql
2019-02-08 00:30:31 +03:00
2019-02-05 18:33:10 +03:00
# Screenshots
2019-01-27 21:08:11 +03:00
2019-02-05 18:33:10 +03:00
## Web interface
<img src="./pics/web.png">
2019-01-27 21:08:11 +03:00
2019-02-05 18:33:10 +03:00
## Terminal
<img src="./pics/terminal.png">
2019-02-15 12:33:34 +03:00
## Map objects (as markers)
Enable/Disable those in the [Configuration](doc/config.md)
2019-02-15 12:41:44 +03:00
See: [mapobjects](doc/mapobjects.md)
2019-02-15 12:33:34 +03:00
2019-02-05 18:33:10 +03:00
# Bugs
2019-01-27 21:08:11 +03:00
There will be bugs, please file them in the [issues](https://github.com/minetest-mapserver/mapserver/issues) page.
2022-02-03 23:02:49 +03:00
2022-02-03 23:09:12 +03:00
# Contributors ✨
2022-02-03 23:02:49 +03:00
2022-02-03 23:09:12 +03:00
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
2022-02-03 23:10:08 +03:00
<table>
<tr>
<td align="center"><a href="https://github.com/BuckarooBanzay"><img src="https://avatars.githubusercontent.com/u/39065740?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Buckaroo Banzai</b></sub></a><br /><a href="https://github.com/BuckarooBanzay/mapserver/commits?author=BuckarooBanzay" title="Code">💻</a></td>
2022-02-03 23:11:05 +03:00
<td align="center"><a href="http://photo.pyrollo.com/"><img src="https://avatars.githubusercontent.com/u/13189280?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Pierre-Yves Rollo</b></sub></a><br /><a href="https://github.com/BuckarooBanzay/mapserver/commits?author=pyrollo" title="Code">💻</a></td>
2022-02-03 23:11:17 +03:00
<td align="center"><a href="http://peter.nerlich4u.de/"><img src="https://avatars.githubusercontent.com/u/10530729?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Peter Nerlich</b></sub></a><br /><a href="https://github.com/BuckarooBanzay/mapserver/commits?author=PeterNerlich" title="Code">💻</a></td>
2022-02-03 23:11:30 +03:00
<td align="center"><a href="https://github.com/crocsg"><img src="https://avatars.githubusercontent.com/u/34553036?v=4?s=100" width="100px;" alt=""/><br /><sub><b>StephaneG</b></sub></a><br /><a href="https://github.com/BuckarooBanzay/mapserver/commits?author=crocsg" title="Code">💻</a></td>
2022-02-03 23:11:47 +03:00
<td align="center"><a href="https://arvados.org/"><img src="https://avatars.githubusercontent.com/u/149135?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ward Vandewege</b></sub></a><br /><a href="https://github.com/BuckarooBanzay/mapserver/commits?author=cure" title="Code">💻</a></td>
2022-02-03 23:12:16 +03:00
<td align="center"><a href="https://blog.bmarwell.de/"><img src="https://avatars.githubusercontent.com/u/1413391?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Benjamin Marwell</b></sub></a><br /><a href="https://github.com/BuckarooBanzay/mapserver/commits?author=bmarwell" title="Documentation">📖</a></td>
2022-02-03 23:12:33 +03:00
<td align="center"><a href="https://shrimpworks.za.net/"><img src="https://avatars.githubusercontent.com/u/6191747?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kenneth Watson</b></sub></a><br /><a href="https://github.com/BuckarooBanzay/mapserver/commits?author=shrimpza" title="Code">💻</a></td>
2022-02-03 23:10:08 +03:00
</tr>
2022-02-03 23:12:50 +03:00
<tr>
<td align="center"><a href="https://github.com/catz85"><img src="https://avatars.githubusercontent.com/u/5050513?v=4?s=100" width="100px;" alt=""/><br /><sub><b>3C</b></sub></a><br /><a href="https://github.com/BuckarooBanzay/mapserver/commits?author=catz85" title="Code">💻</a></td>
</tr>
2022-02-03 23:10:08 +03:00
</table>
2022-02-03 23:09:12 +03:00
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!