Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 608 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 608 Bytes

Deprecated

This project is deprecated. Uristmaps now uses a rewrite in Java.

Urist Maps

See http://www.uristmaps.org/ for more information!

Renders a Google Maps like view of a Dwarf Fortress world using Leaflet.js.

Building

Use

python setup.py install

to download and install the dependencies.

Build frozen (Windows)

You can use the cx_setup.py to create frozen binaries (the windows release is created this way):

python cx_setup build

This creates binaries for your current platform.