Crates.io | bjj_scoreboard |
lib.rs | bjj_scoreboard |
version | 0.1.2 |
source | src |
created_at | 2023-07-09 08:30:07.626175 |
updated_at | 2023-07-18 04:56:36.149447 |
description | BJJ Scoreboard Application |
homepage | |
repository | https://github.com/codemonkey76/scoreboard |
max_upload_size | |
id | 911905 |
size | 3,684,849 |
This is a BJJ Scoreboard applications which is written in rust and uses egui library and written in rust. It opens two windows, a control window and a score window, you can fullscreen the scorewindow on an external monitor for spectator viewing.
Go to rust-lang.org/tools/install and follow the directions to get rust toolchain installed. Then just do cargo build --release to compile to release mode... then you will find the application in the target/release folder.