BrandonSchaefer / DND5eSpellBook

QML C++ backend UI for DND 5e spells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependices for debian/ubuntu:

qtdeclarative5-ubuntu-ui-toolkit-plugin
libjsoncpp-dev

To compile:

mkdir build
cd build
cmake ..
make -j4
make install

CMake options:

-DCMAKE_BUILD_TYPE=[Debug|Release]

Environment Variables:

DND_SPELL_BOOK_JSON_PATH=/path/to/json/file/spells.json

Main View Card View Filter View

About

QML C++ backend UI for DND 5e spells

License:GNU General Public License v3.0


Languages

Language:C++ 49.6%Language:QML 38.0%Language:CMake 12.1%Language:Shell 0.2%