7guis-fltk-rs icon indicating copy to clipboard operation
7guis-fltk-rs copied to clipboard

Implementation of the 7GUIs tasks written in Rust with fltk-rs

7guis-fltk-rs

This is an implementation of the 7GUIs tasks written in Rust with fltk-rs (bindings to FLTK).

See the fltk-rs README for additional dependencies.

counter

cargo run --bin counter

counter screenshot

temperature

cargo run --bin temperature

temperature screenshot

flightbooker

cargo run --bin flightbooker

flightbooker screenshot

timer

cargo run --bin timer

timer screenshot

crud

cargo run --bin crud

crud screenshot

circles

cargo run --bin circles

circles screenshot

cells

cargo run --bin cells

cells screenshot