{"id":32233218,"url":"https://github.com/derektmueller/purescript-p5","last_synced_at":"2026-04-10T10:31:11.489Z","repository":{"id":40832555,"uuid":"155140172","full_name":"derektmueller/purescript-p5","owner":"derektmueller","description":"p5.js bindings for PureScript","archived":false,"fork":false,"pushed_at":"2023-01-13T22:54:09.000Z","size":5125,"stargazers_count":19,"open_issues_count":24,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-10T19:58:06.560Z","etag":null,"topics":["generative-art","p5","p5js","processing","purescript","purescript-p5"],"latest_commit_sha":null,"homepage":null,"language":"PureScript","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/derektmueller.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}},"created_at":"2018-10-29T02:30:41.000Z","updated_at":"2024-01-01T06:32:53.000Z","dependencies_parsed_at":"2023-02-09T17:20:24.984Z","dependency_job_id":null,"html_url":"https://github.com/derektmueller/purescript-p5","commit_stats":null,"previous_names":["parenparen/purescript-p5"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/derektmueller/purescript-p5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derektmueller%2Fpurescript-p5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derektmueller%2Fpurescript-p5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derektmueller%2Fpurescript-p5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derektmueller%2Fpurescript-p5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derektmueller","download_url":"https://codeload.github.com/derektmueller/purescript-p5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derektmueller%2Fpurescript-p5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31638356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["generative-art","p5","p5js","processing","purescript","purescript-p5"],"created_at":"2025-10-22T12:02:56.655Z","updated_at":"2026-04-10T10:31:11.465Z","avatar_url":"https://github.com/derektmueller.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-p5\n\np5.js bindings for PureScript\n\n*Disclaimer: This project has just been started and the API is still very unstable.*\n\n## Documentation\n\nModule documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-p5).\n\npurescript-p5 implements a subset of the p5.js API (see [Project Status](#project-status)).\n\n## Installation\n\n```\nbower install purescript-p5\n```\n\nThis library depends on p5.js. This dependency may be satisfied by installing the NPM [p5.js package](https://www.npmjs.com/package/p5).\n\n```\nnpm install p5 --save\n```\n\n## Running the examples\n\nThe examples use the webpack DLLPlugin to improve build performance. To run the examples, first build the dll bundle with:\n\n```\nnpm run webpack:dll\n```\n\nThis creates a separate webpack bundle for dependencies so that they don't need to be regenerated each time the app is changed.\n\nTo start webpack dev server, run:\n\n```\nnpm run webpack:server\n```\n\nWith webpack dev server running, examples can be viewed in a browser by visiting ```localhost:4008/examples/path-to-example```.\n\n## Project Status\n\nCompleted:\n  * wrappers for most methods defined on the p5 class\n\nTODO:\n  * generate methods for classes other than p5 (e.g. p5.Vector, p5.Image)\n  * create easier-to-use interfaces for functions with numeric suffixes\n  * use Reader monad to implicitly pass the p5 argument\n\n## References\n\nMany of the examples are based on the p5.js examples on the [p5.js reference site](https://p5js.org/examples/), and are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderektmueller%2Fpurescript-p5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderektmueller%2Fpurescript-p5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderektmueller%2Fpurescript-p5/lists"}