From: <run...@gm...> - 2011-05-05 18:53:14
|
Hello, To: Andreas Held I have a mostly complete Cython based wrapper for FLTK 1.3RC3 This wrapper have several benefits compared to SWIG: - Single so/pyd file - Small size - Speed - Possible to subclass widgets both in Cython and Python - Possible to create a single Cython based .exe file which is static linked against fltk and python. Eg single exe file GUI application. And some disadvantages: - A lot of boiler plate code - Some issues with propagation of python exceptions (probably easy to solve) If you are interested in examine the code send me an reply. Runar |