kartograph/kartograph.py-old

Create web interface for map generation

Opened this issue · 0 comments

gka commented

As most users probably won't be able to install and run the Python lib themselves, it would be enable map generation through an easy to use web interface. Could be combined with a WYSIWYG preview.

Some challenges to solve:

  • map generation currently consumes quite a lot cpu and memory.
  • map generation takes up 30 seconds on a fast MBP
  • current Python API is more or less built around the command line interface, needs a RPC friendly rework