From: Jordi G. H. <jo...@oc...> - 2012-10-12 13:38:20
|
On 12 October 2012 09:23, JuanPi <aj...@gm...> wrote: > Of course I can imagine it is a dauting task to integrate it as an > optional toolkit/backend in octave. Who did fltk integration, how hard > was it? Bateman, jwe, Søren, and Shai were the major players in the fltk integration, iirc. It was a lot of work. But this includes the OpenGL backend. The fltk part is only a minor thing that just draws the window decorations (buttons, borders, etc). The Qt backend (currently, QtHandles) reuses the OpenGL plotting and uses Qt widgets instead. - Jordi G. H. |