{ "info": { "author": "Jake Burga", "author_email": "jrburga@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "# Python Video Game Engine\n\nA Python Video Game Engine powered by Pygame and Pymunk.\n\nMake sure to run `python setup.py install`.\n\nA game engine is essentially an SDL wrapper with a Physics Engine tied together with a robuts API of generalized Game Objects and Components.\n\nBecause of this, the component/system implementation of this engine resulted in three main systems:\n\n* Physics\n* Graphics\n* Control\n\nCoincidentally, this is essentially \n\n* Model\n* View\n* Control\n\nthe `examples` directory contains a working example of how to use the game engine, the components, and ultimately playing a rendering a simple scene that uses physics and graphics.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jrburga/VGEngine", "keywords": "game engine", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "vgengine", "package_url": "https://pypi.org/project/vgengine/", "platform": "", "project_url": "https://pypi.org/project/vgengine/", "project_urls": { "Homepage": "https://github.com/jrburga/VGEngine" }, "release_url": "https://pypi.org/project/vgengine/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A general purpose game engine using the pygame graphics API and pymunk's physics engine.", "version": "1.0.0" }, "last_serial": 4826430, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a8817e78d645691af60f623a7c9dec89", "sha256": "668de5d00901fe812c9a73a591aed5ca838ec01e0588e09a593a6e7181b7cebf" }, "downloads": -1, "filename": "vgengine-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a8817e78d645691af60f623a7c9dec89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16216, "upload_time": "2019-02-15T18:10:09", "url": "https://files.pythonhosted.org/packages/d1/3a/98e40a8f4121db0ec1e58a1983f7a9b22f90383759e574fd84c8981d1b2e/vgengine-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8817e78d645691af60f623a7c9dec89", "sha256": "668de5d00901fe812c9a73a591aed5ca838ec01e0588e09a593a6e7181b7cebf" }, "downloads": -1, "filename": "vgengine-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a8817e78d645691af60f623a7c9dec89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16216, "upload_time": "2019-02-15T18:10:09", "url": "https://files.pythonhosted.org/packages/d1/3a/98e40a8f4121db0ec1e58a1983f7a9b22f90383759e574fd84c8981d1b2e/vgengine-1.0.0.tar.gz" } ] }