Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2021-03-09 | 2.5 kB | |
ReleaseNotes.txt | 2021-03-07 | 1.8 kB | |
pyFltk-1.3.5-r546.tar.gz | 2021-03-07 | 1.6 MB | |
pyFltk-1.3.5.win32-py3.9.exe | 2021-02-28 | 2.2 MB | |
pyFltk-1.3.5.tar.gz | 2020-06-12 | 976.7 kB | |
pyFltk-1.3.5.win32-py3.7.exe | 2020-05-15 | 2.1 MB | |
pyFltk-1.3.5.win32-py3.8.exe | 2020-05-15 | 2.1 MB | |
pyFltk-1.3.5.linux-x86_64.tar.gz | 2020-05-15 | 7.7 MB | |
Totals: 8 Items | 16.7 MB | 45 |
pyFLTK: Python Wrapper for the FLTK library. -------------------------------------------- GOALS: o To wrap FLTK1.3 in Python o To port all programs in test/ to Python using pyFLTK If you'd like to help out, I'd suggest using the pyfltk mailing list (at the bottom) to coordinate who's working on what. 1) This wrapper requires: -SWIG 3.0.12 or later (only for rebuilding) -Python 3.7 or later -Fast Light Toolkit 1.3.5 or later 2) Restrictions At present, the Python wrapper has been ported and is stable. A preliminary release of flconvert is available but work on it has stopped. 3) The erwpper is available on PyPy: fltk 4) To build the wrappers yourself do the following: (see INSTALL for more details): python setup.py build python setup.py install You might have to edit setup.py to fit your platform. 4) 'cd fltk/test; python hello.py' to run a python test. o ./test contains demo programs from the FLTK distribution reimplemented in Python. For Python, you can run ./test/demos.py for a little menu of the demos On the web: ----------- pyFLTK home page: http://pyfltk.sourceforge.io License: _______ pyFLTK Copyright (C) 2003-2021 Andreas Held and others licensed under the GNU Lesser General Public License, version 2.1, February 1999 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Leads: ------ Python: Andreas Held andreasheld@users.sourceforge.net Mailing List: ------------- http://lists.sourceforge.net/lists/listinfo/pyfltk-user Thanks: ------ Especial thanks to Kevin Dalhausen, the originator of pyFLTK. He did such a good job, the rest was easy. Many thanks to the creators of fltk (www.fltk.org), the best, fastest and lightest toolkit there is! Finally, not to forget the creators of SWIG (www.swig.org) a unique tool for doing what I've done here.