
You can see a working version of the app at https://rpg.medicationforall.com/rpgchartmaker/
This is an application for rapidly creating Charts for Role Playing Games.
Can create Lists, Object Lists, and Roll Tables.
For all practical purposes it is a means for modeling string arrays and object arrays in JSON.
http web server. Apache, python, or IIS will work fine.
Requires python to be installed.
python -m http.server
Optional: I wrote a servlet to enable storing and sharing charts from a server. The servlet is written in PHP uses MYSQL for the database. By default the servlet is turned off. Perform the following to enable:
$mysqli = new mysqli('localhost','[db username]','[db password]','rpgChartStore');
This Application uses:
All of the scripts are being called via cdn.
If you want to run this application offline you'll need to locally reference those libraries.
This application is Licensed under LGPL see the license directory.