FLTK
- Posted by Irv Mullins <irv at ELLIJAY.COM> Feb 27, 2000
- 500 views
Has anyone worked with the Fast Light Tool Kit? http://fltk.easysw.com/ I've tried the Linux version, and it looks good, runs fast, especially the graphics, and has far more widgets and controls than the other GUI's I've seen. It is simple to use - if you write in C++. Each widget is in its own file, and you include only the ones you need to use. That's nice, keeps program size small; however, can anyone tell me how to compile a static library or dll so we can use this with Euphoria? Regards, Irv