dashnine / PaperBlossoms

A character generator for Legend of the Five Rings (FFG)
GNU General Public License v3.0
42 stars 15 forks source link

Character sheet prettification. #128

Open dashnine opened 5 years ago

dashnine commented 5 years ago

I don't know if this will ever be done, but I'll keep opening and closing versions of this as we do passes or want to request them from contributors.

Contributors, a few things to note here: 1) Qt barfs on some pages/tags when rendering -- this will need testing and workarounds! You'll want a working build env for this. 2) The html is a mix of templated data ( https://github.com/dashnine/PaperBlossoms/blob/master/PaperBlossoms/templates/PB_TEMPLATE.html ) and generated, injected HTML (https://github.com/dashnine/PaperBlossoms/blob/master/PaperBlossoms/src/renderdialog.cpp ). Both will have to be changed. You can view the output by sending to browser in the app, and opening the generated HTML file.

dashnine commented 5 years ago

I've uploaded Voice's efforts to a branch for collaboration: https://github.com/dashnine/PaperBlossoms/tree/CharSheet_Rework_a