Tired of drawing dungeon maps by yourself? Maps you find online just don't fit your style? Then you'll love this program! Create custom tiles and objects and create maps faster than before!
Interested in what's next? Check out the roadmap for this program! https://trello.com/b/z8jHD6cO/dungeon-map-editor
- Create and manage collections, containing map tiles and placeable objects
- Create and manage projects. Projects contain your precious rooms and floors
- Export maps as image (if you plan to use your map on a website like roll20)
- Export maps as pdf
- Import and export of collections
- Settings
- Draw rooms
- Context menus on various controls
- Auto-Updater
If you want to introduce new user controls and/or add new controls to existing ones, please follow the MVVM pattern.
Also please follow these guidelines:
- If you wish to contribute create a fork of this repo, after you are done make a merge request and describe in a few sentences what you have changed.
- Create Viewmodels inside the namespace "ViewModel" and append "ViewModel" at the end of the class name. (For example "ProjectOverviewViewModel")