{ "info": { "author": "Simon Davy", "author_email": "bloodearnest@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Education", "Topic :: Games/Entertainment :: Simulation" ], "description": "TurGLES\n=======\n\nOpenGL ES backend for rendering turtles\n\nStatus: experimenting, pre-alpha\n\nHard Goals:\n - Fast renderer for a turtle-like world\n - RasPi compatible\n - Full 3d camera\n - Custom 3D turle geometry\n - Scales to 10,000 turtles\n\nStretch Goals:\n - Texture mapping images as turtle\n - Drop in replacement renderer for stdlib turtle module\\*\n - Use shaders to simulate turtle world, not just render\n - Extensible (custom turtle shaders, new world objects)\n\n\\* via monkey patching, as turtle module not easily extensible\n\n\nDevelopment\n===========\n\n virtualenv turgles\n pip install -r requirements.txt", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AllTheWayDown/turgles", "keywords": "turtle education kids opengl", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "turgles", "package_url": "https://pypi.org/project/turgles/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/turgles/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/AllTheWayDown/turgles" }, "release_url": "https://pypi.org/project/turgles/0.1/", "requires_dist": null, "requires_python": null, "summary": "An OpenGL ES renderer for LOGO style turtles.", "version": "0.1" }, "last_serial": 807300, "releases": { "0.1": [] }, "urls": [] }