Slinter is a bare-bones clicker "game" created using Slint for the front-end, and Rust for the back-end. Created for the main reason of learning both of the said technologies.
Running is pretty straight forward.
- clone this repository
- run
cargo run
in the directory
Building is also the same.
- clone this repository
- run
cargo build --release
in the directory - and go to
target/release
to find the executable
Slinter is released under the GNU General Public License v3.0 license.