{"id":17031302,"url":"https://github.com/fenjalien/yap5","last_synced_at":"2026-04-28T21:03:20.784Z","repository":{"id":154345654,"uuid":"254029621","full_name":"fenjalien/yap5","owner":"fenjalien","description":"\"Yet Another p5\" A slight rewrite of p5py that focuses more on the 2D side of drawing, built ontop of pyglet.","archived":false,"fork":false,"pushed_at":"2020-09-16T20:28:44.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T20:45:42.454Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fenjalien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-04-08T08:30:30.000Z","updated_at":"2022-01-03T14:44:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"749f1a37-b069-498c-bfdb-43e0d15f6864","html_url":"https://github.com/fenjalien/yap5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fenjalien/yap5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenjalien%2Fyap5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenjalien%2Fyap5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenjalien%2Fyap5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenjalien%2Fyap5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fenjalien","download_url":"https://codeload.github.com/fenjalien/yap5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenjalien%2Fyap5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32399019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":"2024-10-14T08:20:13.881Z","updated_at":"2026-04-28T21:03:20.742Z","avatar_url":"https://github.com/fenjalien.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \"Yet Another P5\"\nA rewrite of p5py/p5 that focuses more on the 2D side of drawing and is built on pyglet.\n\nFunctions that change global drawing state are gone, instead pass a Theme object to each drawing function. There are defaults.\n\nThere are the standard processing style `setup` and `draw` functions. `draw` is set to be the `on_draw` method of the `pyglet` window. However there is an additional `update` function that is passed a `dt` variable.\nSo: \n\n- `setup`: variable/value creation\n- `draw`: Only call draw functions, don't change variables such as position.\n- `update`: Update variables such as position, don't draw\n\nFinally as its built on pyglet you can still run pyglet functions, and the main window is in the variable `window`.\n\nIts going to be a while before I can sit down and write any coherent documentation, so if you get stuck try and read through the code otherwise raise an issue.\n\n## Install\nClone the directory and run `pip install .`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenjalien%2Fyap5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffenjalien%2Fyap5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenjalien%2Fyap5/lists"}