#lib #lib-myfltk #myfltk #fltk-gui-library

bin+lib lib_myfltk

Utility functions based on the FLTK.rs GUI library

2 releases

new 0.1.2 May 20, 2025
0.1.0 May 13, 2025

#134 in Text editors

Download history 42/week @ 2025-05-07 142/week @ 2025-05-14

184 downloads per month

MIT license

26KB
440 lines

#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>";

lib_myfltk

Utility functions that are based on the FLTK.rs crate.

Description

I wrote the functions in this crate to help with other projects on which I am working. While my main focus has been on my primary project -- Question Bank Creator -- these functions are and will be useful in other situations. That's why I have kept them in a separate crate.

Word of Caution

These functions tend to be weak on error handling. My suggestion is to copy the code into your project and then modify from there. Better than building from scratch. I think. Have fun!

License

MIT license.

Dependencies

~16–23MB
~384K SLoC