wurm_atlas 0.0.2
wurm_atlas: ^0.0.2 copied to clipboard
Wurm Atlas is a library that can open and parse Wurm Unlimited map files, allowing you to read tile information and export as images.
Examples #
Dart #
Please see the dart_example folder for a fully functional Dart CLI application that can save map images to
an output file.
To test the example:
- Change directory into
example/dart_example. - Run
dart pub get. - To output the test map, run
dart run bin/dart_example.dart -m "../../assets/happy_map" -l top -o happy_map.png.
Flutter #
Please see the flutter_example folder for a fully functional graphical map viewer.
To test the example:
- Change directory into
example/flutter_example. - Run
flutter pub get. - RUn
flutter runand select your desired build.
You can then open a map file by clicking on the lower-right button.