Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.05 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.05 KB

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