{"id":37240193,"url":"https://github.com/mcfletch/pyopengl","last_synced_at":"2026-02-23T04:32:18.126Z","repository":{"id":6979931,"uuid":"43402152","full_name":"mcfletch/pyopengl","owner":"mcfletch","description":"Repository for the PyOpenGL Project","archived":false,"fork":false,"pushed_at":"2026-01-04T22:39:28.000Z","size":28639,"stargazers_count":391,"open_issues_count":89,"forks_count":124,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-01-22T23:45:35.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcfletch.png","metadata":{"files":{"readme":"readme.rst","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-09-30T00:23:39.000Z","updated_at":"2026-01-18T21:54:22.000Z","dependencies_parsed_at":"2023-02-15T23:46:04.472Z","dependency_job_id":"1f2ce056-03a1-4bf3-a70f-5261805a82ef","html_url":"https://github.com/mcfletch/pyopengl","commit_stats":{"total_commits":1452,"total_committers":11,"mean_commits":132.0,"dds":0.1480716253443526,"last_synced_commit":"227f9c66976d9f5dadf62b9a97e6beaec84831ca"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/mcfletch/pyopengl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfletch%2Fpyopengl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfletch%2Fpyopengl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfletch%2Fpyopengl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfletch%2Fpyopengl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcfletch","download_url":"https://codeload.github.com/mcfletch/pyopengl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfletch%2Fpyopengl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T02:24:00.660Z","status":"ssl_error","status_checked_at":"2026-02-23T02:22:56.087Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-15T07:00:29.135Z","updated_at":"2026-02-23T04:32:18.096Z","avatar_url":"https://github.com/mcfletch.png","language":"Python","readme":"PyOpenGL and PyOpenGL_Accelerate\n=================================\n\nPyOpenGL is normally distributed via PyPI using standard pip::\n\n    $ pip install PyOpenGL PyOpenGL_accelerate\n\nYou can install this repository by branching/cloning and running\n``pip``::\n\n    $ cd pyopengl\n    $ pip install -e .\n    $ cd accelerate\n    $ pip install -e .\n\nNote that to compile PyOpenGL_accelerate you will need to have \na functioning Python extension-compiling environment.\n\nLearning PyOpenGL\n-----------------\n\nIf you are new to PyOpenGL, you likely want to start with the OpenGLContext `tutorial page`_.\nThose tutorials require OpenGLContext, (which is a big wrapper including a whole\nscenegraph engine, VRML97 parser, lots of demos, etc) you can install that with::\n\n    $ pip2.7 install \"OpenGLContext-full==3.1.1\"\n\nOr you can clone it (including the tutorial sources) with::\n\n    $ git clone https://github.com/mcfletch/openglcontext.git\n\nor (for GitHub usage)::\n\n    $ git clone https://github.com/mcfletch/pyopengl.git\n    \nThe `documentation pages`_ are useful for looking up the parameters and semantics of \nPyOpenGL calls.\n\n.. _`tutorial page`: http://pyopengl.sourceforge.net/context/tutorials/index.html\n.. _`documentation pages`: https://mcfletch.github.io/pyopengl/documentation/index.html\n\n\nRunning Tests\n--------------\n\nYou can run the PyOpenGL test suite from a source-code checkout, you will need:\n\n* git (for the checkout)\n* GLUT (FreeGLUT)\n* GLExtrusion library (libgle)\n* GLU (normally available on any OpenGL-capable machine)\n* tox (`pip install tox`)\n\nRunning the test suite from a top-level checkout looks like::\n\n    $ tox\n\nThe result being a lot of tests being run in a matrix of environments.\nAll of the environment will pull in pygame, some will also pull in \nnumpy. Some will have accelerate, and some will not.\n\n.. image:: https://travis-ci.org/mcfletch/pyopengl.svg?branch=master\n    :target: https://travis-ci.org/mcfletch/pyopengl\n    :alt: Travis Tests\n\n.. image:: https://ci.appveyor.com/api/projects/status/github/mcfletch/pyopengl\n    :target: https://ci.appveyor.com/project/MikeCFletcher/pyopengl\n    :alt: Appveyor Build\n\n.. image:: https://img.shields.io/pypi/v/pyopengl.svg\n    :target: https://pypi.python.org/pypi/pyopengl\n    :alt: Latest PyPI Version\n\n.. image:: https://img.shields.io/pypi/dm/pyopengl.svg\n    :target: https://pypi.python.org/pypi/pyopengl\n    :alt: Monthly download counter\n","funding_links":[],"categories":["Game Development","📚 فهرست"],"sub_categories":["بازیسازی"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcfletch%2Fpyopengl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcfletch%2Fpyopengl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcfletch%2Fpyopengl/lists"}