schemen / monsterforge

The Paper Miniature Creator
https://forge.dice.quest
MIT License
22 stars 2 forks source link
dnd miniatures pathfinder-rpg rpg tabletop tabletop-gaming ttrpg wargaming

Monsterforge

Features

You can find an overview and how to use video on the website.

About the project

The website at forge.dice.quest provides tools for tabletop gaming. The website is free and contains no ads. Feel free to contribute anything from commenting to design or new options and tools. If you plan something bigger, please contact me beforehand.

This project is supported by JetBrains - PyCharm!

Fork

I took over as maintainer for the project originally made by matnad. I have since made it more perfomand, slimmer as well as added new features to it. The original project is at github.com/matnad/monsterforge, thanks to matnad for the initial work!

Collaboration

If you wish to collaborate with me on anything, please contact me here. I am open to any type of collaboration: Development, Graphics artist for website design or even for creature images, UI/UX, hosting (is currently fine), idea sharing, etc!

Create and install virtual environment

git clone https://github.com/schemen/monsterforge.git && cd monsterforge
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
deactivate