pbfy0 / visvis

Automatically exported from code.google.com/p/visvis
Other
0 stars 0 forks source link

Backend for the fltk toolkit #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Fast Light Toolkit is a GUI toolkit, and no more than that. No XML or
database stuff. This makes fltk very compact and lightweight; the Windows
installer for pyfltk is only 1.7 MB. 

PyFltk is easy to install on Windows and Linux, and because it's so
lightweight, it would be very suitable as a backend for visvis.

The current implementation of the fltk backend is rather buggy and I advice
not to use it. So this issue is about making the fltk backend stable.

Original issue reported on code.google.com by almar.klein@gmail.com on 18 Mar 2010 at 8:30

GoogleCodeExporter commented 9 years ago
Due to the changes to the drawing system and visvis-gui interaction, the fltk 
backend
became stable on both windows and linux. See issue 1.

Original comment by almar.klein@gmail.com on 21 Mar 2010 at 11:19

GoogleCodeExporter commented 9 years ago
Correction: it's stable on Windows, but on Linux it's not when using in a 
script that
uses textures. In interactive mode (in IEP) there are no problems.

Original comment by almar.klein@gmail.com on 23 Mar 2010 at 10:55

GoogleCodeExporter commented 9 years ago
Fixed that too. FLTK is now stable as far as I know.

Original comment by almar.klein@gmail.com on 23 Mar 2010 at 6:53