{"id":19788879,"url":"https://github.com/niklaskorz/pyglet","last_synced_at":"2025-09-18T01:31:51.533Z","repository":{"id":4756328,"uuid":"5906425","full_name":"niklaskorz/pyglet","owner":"niklaskorz","description":"Fork of pyglet","archived":true,"fork":false,"pushed_at":"2012-09-22T08:30:33.000Z","size":38216,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T14:44:14.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"simonz05/activity-feed","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niklaskorz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-21T19:38:17.000Z","updated_at":"2024-12-01T10:49:57.000Z","dependencies_parsed_at":"2022-08-28T05:51:23.652Z","dependency_job_id":null,"html_url":"https://github.com/niklaskorz/pyglet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/niklaskorz/pyglet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklaskorz%2Fpyglet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklaskorz%2Fpyglet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklaskorz%2Fpyglet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklaskorz%2Fpyglet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niklaskorz","download_url":"https://codeload.github.com/niklaskorz/pyglet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklaskorz%2Fpyglet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275695725,"owners_count":25511349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-12T06:29:05.069Z","updated_at":"2025-09-18T01:31:50.468Z","avatar_url":"https://github.com/niklaskorz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Note for using OpenGL 3.2\n-------------------------\nYou will have to override the on_resize event or else your program will crash,\nbecause the default one of Pyglet calls OpenGL functions that are not\navailable anymore in OpenGL 3.2.\nIt may look something like this:\n```python\n@window.event\ndef on_resize(width, height):\n    return pyglet.event.EVENT_HANDLED\n```\n\npyglet\n======\n\nhttp://www.pyglet.org/\n\npyglet provides an object-oriented programming interface for developing games\nand other visually-rich applications for Windows, Mac OS X and Linux.\n\nRequirements\n------------\n\npyglet runs with Python 2.5+ and also with Python 3 through 2to3 tool (which\nis executed automatically when installing). pyglet works on the following\noperating systems:\n\n* Windows XP or later\n* Mac OS X 10.3 or later\n* Linux, with the following libraries (most recent distributions will have\n  these in a default installation):\n    * OpenGL and GLX\n    * GDK 2.0 or later (required for loading images)\n    * OpenAL or ALSA (required for playing audio)\n    \nInstallation\n------------\n\nIf you're reading this README from a source distribution, install pyglet\nwith::\n\n    python setup.py install\n\nThere are no compilation steps during the installation; if you prefer, you can\nsimply add this directory to your PYTHONPATH and use pyglet without\ninstalling it.\n\nSupport\n-------\n\npyglet has an active developer and user community.  If you find a bug, please\nopen an issue at http://code.google.com/p/pyglet/issues (requires a Google\naccount).\n\nPlease join us on the mailing list at \nhttp://groups.google.com/group/pyglet-users\n\nFor more information and an RSS news feed, visit http://www.pyglet.org\n\nTesting\n-------\n\nBecause of its interactive nature pyglet uses a custom test runner which is\ninvoked with:\n\n    % python tests/test.py\n\nThe test runner is described in more detail in the tests/test.py docstring.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklaskorz%2Fpyglet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklaskorz%2Fpyglet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklaskorz%2Fpyglet/lists"}