pyFltk


NamepyFltk JSON
Version 1.3.9 PyPI version JSON
download
home_pagehttp://pyfltk.sourceforge.net
SummaryThis is a Python wrapper for the FLTK
upload_time2024-01-08 02:55:49
maintainer
docs_urlNone
authorAndreas Held
requires_python
license
keywords python fltk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
pyFLTK:
=======

A Python Wrapper for the FLTK library
-------------------------------------

GOALS:

* To wrap FLTK1.3 in Python 
* 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 4.1.x
* Python 3.9 or later
* Fast Light Toolkit 1.3.9 or later (it will also work with earlier versions)

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 wrapper is available on PyPi: https://pypi.org/project/pyFltk/

4) To build the wrappers yourself do the following: (see INSTALL for more
   details):
   

	
	python setup.py swig (not required if you downloaded the _WithSwig source)
	
	python setup.py build
	
	python setup.py install
   
   
   You might have to edit setup.py to fit your platform. 
   
   
5) Do the following to run some tests:


	
	cd fltk/test
	
	python hello.py
    or
    python3 hello.py (depending on your platform)


* ./test contains demo programs from the FLTK distribution reimplemented
  in 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 Library General Public License, version 2.0, June 1991 

This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License, version 2.0 as published by the Free Software Foundation.

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
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.


### Leads:

Andreas Held  andreasheld[at]users.sourceforge.net

Robert Arkiletian



### 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 we've done here.













            

Raw data

            {
    "_id": null,
    "home_page": "http://pyfltk.sourceforge.net",
    "name": "pyFltk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python fltk",
    "author": "Andreas Held",
    "author_email": "andreasheld@users.sourceforge.net",
    "download_url": "https://files.pythonhosted.org/packages/b1/30/812dc908880ee24523ba79882eeb74232418d7fea40bcce9b636443b832a/pyFltk-1.3.9.tar.gz",
    "platform": null,
    "description": "\r\npyFLTK:\r\n=======\r\n\r\nA Python Wrapper for the FLTK library\r\n-------------------------------------\r\n\r\nGOALS:\r\n\r\n* To wrap FLTK1.3 in Python \r\n* To port all programs in test/ to Python using pyFLTK\r\n \r\n\r\nIf you'd like to help out, I'd suggest using the pyfltk mailing list\r\n(at the bottom) to coordinate who's working on what. \r\n\r\n1) This wrapper requires:\r\n\r\n* SWIG 4.1.x\r\n* Python 3.9 or later\r\n* Fast Light Toolkit 1.3.9 or later (it will also work with earlier versions)\r\n\r\n2) Restrictions\r\n\r\nAt present, the Python wrapper has been ported and is stable.\r\nA preliminary release of flconvert is available but work on it has stopped.\r\n   \r\n\r\n3) The wrapper is available on PyPi: https://pypi.org/project/pyFltk/\r\n\r\n4) To build the wrappers yourself do the following: (see INSTALL for more\r\n   details):\r\n   \r\n\r\n\t\r\n\tpython setup.py swig (not required if you downloaded the _WithSwig source)\r\n\t\r\n\tpython setup.py build\r\n\t\r\n\tpython setup.py install\r\n   \r\n   \r\n   You might have to edit setup.py to fit your platform. \r\n   \r\n   \r\n5) Do the following to run some tests:\r\n\r\n\r\n\t\r\n\tcd fltk/test\r\n\t\r\n\tpython hello.py\r\n    or\r\n    python3 hello.py (depending on your platform)\r\n\r\n\r\n* ./test contains demo programs from the FLTK distribution reimplemented\r\n  in Python.\r\n* You can run ./test/demos.py for a little\r\n  menu of the demos\r\n\r\n\r\n\r\n### On the web:\r\n\r\npyFLTK home page: http://pyfltk.sourceforge.io\r\n\r\n\r\n### License:\r\n\r\npyFLTK Copyright (C) 2003-2021 Andreas Held and others licensed under the\r\nGNU Library General Public License, version 2.0, June 1991 \r\n\r\nThis library is free software you can redistribute it and/or\r\nmodify it under the terms of the GNU Library General Public\r\nLicense, version 2.0 as published by the Free Software Foundation.\r\n\r\nThis library is distributed in the hope that it will be useful,\r\nbut WITHOUT ANY WARRANTY without even the implied warranty of\r\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r\nLibrary General Public License for more details.\r\n\r\nYou should have received a copy of the GNU Library General Public\r\nLicense along with this library if not, write to the Free Software\r\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\r\nUSA.\r\n\r\n\r\n### Leads:\r\n\r\nAndreas Held  andreasheld[at]users.sourceforge.net\r\n\r\nRobert Arkiletian\r\n\r\n\r\n\r\n### Mailing List:\r\n\r\nhttp://lists.sourceforge.net/lists/listinfo/pyfltk-user\r\n\r\n\r\n### Thanks:\r\n\r\nEspecial thanks to Kevin Dalhausen, the originator of pyFLTK. He did\r\nsuch a good job, the rest was easy.\r\n\r\nMany thanks to the creators of fltk (www.fltk.org), the best, fastest\r\nand lightest toolkit there is!\r\n\r\nFinally, not to forget the creators of SWIG (www.swig.org) a unique\r\ntool for doing what we've done here.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a Python wrapper for the FLTK",
    "version": "1.3.9",
    "project_urls": {
        "Bug Tracker": "https://sourceforge.net/p/pyfltk/bugs/",
        "Documentation": "https://pyfltk.sourceforge.io/docs/CH0_Preface.html",
        "Homepage": "http://pyfltk.sourceforge.net",
        "Source Code": "https://sourceforge.net/p/pyfltk/code/HEAD/tree/trunk/pyfltk/"
    },
    "split_keywords": [
        "python",
        "fltk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac49b6fb8f0d95b62c2b76f3ca56c2f3b576f56bfe60a00c39c446d7f315e062",
                "md5": "38a6aae4856d6a48c47a4f68f30aef1b",
                "sha256": "a0165ac2d30460c1e0b3449a1c3ceb5329652d16df9443c7bde826be6409c6eb"
            },
            "downloads": -1,
            "filename": "pyFltk-1.3.9-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "38a6aae4856d6a48c47a4f68f30aef1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2206686,
            "upload_time": "2024-01-08T02:55:28",
            "upload_time_iso_8601": "2024-01-08T02:55:28.908332Z",
            "url": "https://files.pythonhosted.org/packages/ac/49/b6fb8f0d95b62c2b76f3ca56c2f3b576f56bfe60a00c39c446d7f315e062/pyFltk-1.3.9-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b130812dc908880ee24523ba79882eeb74232418d7fea40bcce9b636443b832a",
                "md5": "8d3e6dcc3b14661d5879c0f0aebdd9d6",
                "sha256": "fe72b123706d9d08817e0127324109ef83cb4db6b81889218d3f0fb9744edd54"
            },
            "downloads": -1,
            "filename": "pyFltk-1.3.9.tar.gz",
            "has_sig": false,
            "md5_digest": "8d3e6dcc3b14661d5879c0f0aebdd9d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 587472,
            "upload_time": "2024-01-08T02:55:49",
            "upload_time_iso_8601": "2024-01-08T02:55:49.939072Z",
            "url": "https://files.pythonhosted.org/packages/b1/30/812dc908880ee24523ba79882eeb74232418d7fea40bcce9b636443b832a/pyFltk-1.3.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-08 02:55:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyfltk"
}
        
Elapsed time: 0.69522s