{"id":23070577,"url":"https://github.com/sametcodes/p5-recorder","last_synced_at":"2026-02-03T15:33:08.739Z","repository":{"id":134107240,"uuid":"172579557","full_name":"sametcodes/p5-recorder","owner":"sametcodes","description":"A simple class for creating gif on p5.js canvas.","archived":false,"fork":false,"pushed_at":"2019-02-26T07:13:09.000Z","size":481,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-29T21:26:53.130Z","etag":null,"topics":["canvas","gif","p5js","recorder"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sametcodes.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":"2019-02-25T20:28:28.000Z","updated_at":"2023-08-31T19:09:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9be1eb6-1b18-495d-888d-8055299a4a7f","html_url":"https://github.com/sametcodes/p5-recorder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sametcodes/p5-recorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sametcodes%2Fp5-recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sametcodes%2Fp5-recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sametcodes%2Fp5-recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sametcodes%2Fp5-recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sametcodes","download_url":"https://codeload.github.com/sametcodes/p5-recorder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sametcodes%2Fp5-recorder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:19:55.533Z","status":"ssl_error","status_checked_at":"2026-02-03T15:13:09.723Z","response_time":96,"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":["canvas","gif","p5js","recorder"],"created_at":"2024-12-16T06:27:13.403Z","updated_at":"2026-02-03T15:33:08.718Z","avatar_url":"https://github.com/sametcodes.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## p5-recorder\np5-recorder is a deadly simple class that be able to create gif from `canvas` for [p5.js](https://p5js.org/). Depends on [CCapture.all.js](https://github.com/spite/ccapture.js/blob/master/build/CCapture.all.min.js) and [gif.worker.js](https://github.com/jnordberg/gif.js/blob/master/dist/gif.worker.js)\n\n### Usage\n```javascript\nvar recorder;\n\nfunction setup(){\n    recorder = new P5Recorder({gifLength: 100});\n    createCanvas(windowWidth, windowHeight);\n}\n\nfunction draw(){\n    //draw something on canvas...\n    recorder.capture(frameCount);\n}\n```\n\nDon't forget to include the dependencies.\n```html\n\n\u003cscript src=\"js/p5.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"js/CCapture.all.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"js/gif.worker.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"js/recorder.js\"\u003e\u003c/script\u003e\n\n\u003cscript src=\"js/sketch.js\"\u003e\u003c/script\u003e\n``` \n\n### Example\nhttps://selmansamet.github.io/p5-recorder/examples/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsametcodes%2Fp5-recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsametcodes%2Fp5-recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsametcodes%2Fp5-recorder/lists"}