fltk-rs Demo
This is a demo Library of fltk-rs, which is used to learn various new gadgets of experimental fltk-rs.
Demos
demo9
Demo9 is an application of painting.
run demo:
$ cargo run --example=demo9
main
It is a screenshot tool under MacOS.
run demo:
$ cargo run
Other
Other examples are meaningless.
Thank
Thanks for the help of MoAlyousef (Mohammed Alyousef) (github.com), the author of fltk-rs.
Open source libraries used
- A cross platform GUI framework -> fltk-rs/fltk-rs: Rust bindings for the FLTK GUI library. (github.com)
- A geometric computing library -> georust/geo: Geospatial primitives and algorithms for Rust (github.com)
- A picture processing library -> image - crates.io: Rust Package Registry
- A library of system trays -> olback/tray-item-rs: Multi-platform Tray Indicator (github.com)
- A screenshot Lib ->nashaofu/screenshots-rs: A cross-platform screenshots library for MacOS、Windows、Linux(X11、wayland). (github.com)
- other...