Files
RPG_City_Maker_Reborn/README.md
T

13 lines
916 B
Markdown
Raw Normal View History

2026-01-26 15:06:46 -06:00
# RPG City Maker Reborn
**Pre-release Notice:** This project is currently in a pre-release state and is not yet ready for general use. Functionality is very incomplete and subject to change.
## Overview
A remake in go of a program that generates maps of rpg like towns. Inspied by Roleplaying City Map Generator, this project aims to modernize the application by adding native support for modern operating systems (windows and linux, for now, mac os support and testing added later) and allow exporting with modern image formats like jpg, png and webp while also supporting large images sizing without the requirment of making multiple smaller images.
## Acknowledgments
* Inspired by the original [Roleplaying City Map Generator](https://www.rpglibrary.org/software/rpg_city_map_generator/).
* Thanks to the developers of Go, Fyne, and all the other open-source libraries that make this project possible.