MicBosi / VisualizationLibrary

Visualization Library is a C++ middleware for high-performance 2D and 3D graphics applications based on OpenGL 1.x-4.x supporting Windows, Linux and Mac OS X.
http://VisualizationLibrary.org
Other
339 stars 94 forks source link

Support FLTK 1.4 #177

Open pdhahn opened 4 years ago

pdhahn commented 4 years ago

Please add support to VL for FLTK -- preferably, for the latest 1.4 version. Please also add corresponding example/test files.

Subclassing the FLTK Fl_GL_Window class, including translation between FLTK <-> VL events and integration with the FLTK run/execute framework, is probably the basis for this work.

Thanks for VL!