{ "info": { "author": "Sami Hangaslammi", "author_email": "shang@iki.fi", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Games/Entertainment", "Topic :: Multimedia", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: User Interfaces" ], "description": "Pygame Extended (or pygext) is my \"everything and a kitchen sink\" collection\nof libraries for Pygame development. The main part of pygext, is the OpenGL\naccelerated 2D framework (pygext.gl) for rendering and controlling sprites.\nPygext also contains additions to pygame.draw (e.g. rectangles with\nround corners) and an opengl accelerated 2D vector graphics library\n(experimental).\n\nPygext is currently 100% pure Python, so parts of it might still be a bit\nslow on less than high end PCs. However, I've tried to design the code to\nbe as psyco-friendly as possible, so you will see quite a noticeable\ndifference with psyco enabled. Remember to add import psyco; psyco.profile()\nat the beginning of your applications.\n\nMain Features\n\n* Use layers to control rendering order (unlimited layers per scene)\n* Sprites you can rotate, scale and alpha blend\n* Sprites can be attached to each other for synchronized movement\n* Framerate independent animation and movement\n* Control sprites via \"Actions\" instead of manually updating coordinates every frame\n* Fully featured particle effects\n* Collision detection\n* Scenes and states for structuring game logic\n\nNOTE: this release of pygext is still alpha, so there will be backward\nincompatible API changes and refactoring in future versions.", "description_content_type": null, "docs_url": null, "download_url": "http://codereactor.net/projects/pygext/pygext-0.9.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://codereactor.net/projects/pygext/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pygext", "package_url": "https://pypi.org/project/pygext/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygext/", "project_urls": { "Download": "http://codereactor.net/projects/pygext/pygext-0.9.3.tar.gz", "Homepage": "http://codereactor.net/projects/pygext/" }, "release_url": "https://pypi.org/project/pygext/0.9.3/", "requires_dist": null, "requires_python": null, "summary": "Pygame Extended: OpenGL accelerated 2D game programming framework", "version": "0.9.3" }, "last_serial": 803221, "releases": { "0.6": [], "0.8": [], "0.9": [], "0.9.1": [], "0.9.2": [], "0.9.3": [] }, "urls": [] }