A Dnd Dice rolling application built for the Plasma Desktop Enviroment, written using the Tyche Rust Libary. You can use it on any desktop enviroment but if you use COSMIC™ you might be more intered in DnD Dice Roller.
Install build dependcies
sudo dnf install qt6-qtbase-devel qt6-qtdeclarative-devel qt6-qtquickcontrols2-devel
sudo dnf install qt6-qtbase-private-devel
sudo dnf install rustupIf you have not setup your rust tool chain run
rustup-initThe deafult setup should work fine.
Build the project with cargo
cargo build -rThe executable with be located in target/release/dnd_dice_qt
I have not tried building on other platforms if you run into any issues refered to the Getting started section for qtbridge-rust.
While I don't know of any reasons this project would not run on other enviroments I have not personally tested it on any other platforms.