Expand description
#lib_myfltk
§Utility functions for use with the FLTK.rs GUI crate.
The functions in the modules below were written to help with my projects that use the FLTK-RS GUI crate. I’ve used them in several different projects which is why I’ve kept them together in a separate crate. Their greatest weakness is poor error handling, so keep that in mind if you choose to use them. By the way, I need help getting those weaknesses corrected, so if you feel like taking that on, please check out the issues tab in this crate’s repository.
- VERSION = “0.0.5”;
- AUTHOR = “John T. Reagan”;
- LICENSE = “MIT”;
- LICENSE_URL = “https://opensource.org/licenses/MIT”;
- COPYRIGHT = “Copyright (c) 2025, John T. Reagan”;
- REPOSITORY = “https://github.com/jtreagan/lib_myfltk”;
Modules§
- fltkutils
- Miscellaneous utilities for use with the FLTK-rs GUI.
- input_
fltk - Input functions for FLTK-RS using the
fltk::inputmodule.