{ "info": { "author": "Prabhu Ramachandran", "author_email": "prabhu@aero.iitb.ac.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: X11 Applications", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Multimedia :: Graphics", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: Libraries" ], "description": "Python wrapper for Ygl\n=======================\n\nYgl_, developed by Fred Hucht, emulates a significant subset of SGI's\n`IRIS GL`_ on X11. IRIS GL was a precursor to OpenGL. Ygl is an easy to\nuse library. This package provides a ctypes-based, Python wrapper for\nYgl_. It also provides a convenient and rather simple plotting\ninterface. \n\nIt is perhaps a lot more convenient to use OpenGL via PyOpenGL_,\nhowever, I am providing this wrapper for legacy support for applications\nthat have used Ygl. I used to provide a SWIG_ based wrapper but a\nctypes based wrapper is a lot easier to build and install.\n \n\n.. _Ygl: \n.. _`IRIS GL`: http://en.wikipedia.org/wiki/IRIS_GL\n.. _PyOpenGL: http://pyopengl.sf.net\n.. _SWIG: http://www.swig.org\n\n\nInstallation\n-------------\n\nYou will require to have Ygl installed. Under Debian/Ubuntu, this is\neasily done by installing libygl4 like so::\n\n $ sudo apt-get install libygl4\n\nIf you are not on Debian or Ubuntu you would need to install Ygl from\nthe sources downloadable from the Ygl_ webpage.\n\nTo install the wrapper you should be able to simply do::\n\n $ easy_install ygl\n\n\nExamples\n---------\n\nThere are a few sample examples in the examples directory of the source\npackage. These should show you how to use both the ``ygl`` module and the\n``yplot`` module. A simple example of how to use ``yplot`` is in\n``examples/plot.py``.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/prabhuramachandran/yglpy", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "ygl", "package_url": "https://pypi.org/project/ygl/", "platform": "Linux,Mac OS-X,Unix,Solaris", "project_url": "https://pypi.org/project/ygl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/prabhuramachandran/yglpy" }, "release_url": "https://pypi.org/project/ygl/1.0/", "requires_dist": null, "requires_python": null, "summary": "A wrapper for the Ygl plotting library.", "version": "1.0" }, "last_serial": 801957, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f165a081298b0fe0089eff30c7b009a9", "sha256": "86b06108557e5d35e53d1a3d70505b52eb20eee6a82c3204a5b015c39236fe24" }, "downloads": -1, "filename": "ygl-1.0.tar.gz", "has_sig": false, "md5_digest": "f165a081298b0fe0089eff30c7b009a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21598, "upload_time": "2011-02-14T09:25:46", "url": "https://files.pythonhosted.org/packages/94/04/d0a84055aa68b10b1073b6f2883c23bd84aa1dc346e6a90e8dcb82a89ccb/ygl-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f165a081298b0fe0089eff30c7b009a9", "sha256": "86b06108557e5d35e53d1a3d70505b52eb20eee6a82c3204a5b015c39236fe24" }, "downloads": -1, "filename": "ygl-1.0.tar.gz", "has_sig": false, "md5_digest": "f165a081298b0fe0089eff30c7b009a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21598, "upload_time": "2011-02-14T09:25:46", "url": "https://files.pythonhosted.org/packages/94/04/d0a84055aa68b10b1073b6f2883c23bd84aa1dc346e6a90e8dcb82a89ccb/ygl-1.0.tar.gz" } ] }