{"id":22933962,"url":"https://github.com/atypicalim/replot","last_synced_at":"2026-02-14T10:02:42.424Z","repository":{"id":267471272,"uuid":"893939919","full_name":"Atypicalim/replot","owner":"Atypicalim","description":"a canvas library for c to draw shapes on images ...","archived":false,"fork":false,"pushed_at":"2024-12-13T13:06:31.000Z","size":1095,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T18:47:02.485Z","etag":null,"topics":["c","canvas","draw","game","image"],"latest_commit_sha":null,"homepage":"","language":"C","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/Atypicalim.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":"2024-11-25T13:26:37.000Z","updated_at":"2025-01-02T20:41:06.000Z","dependencies_parsed_at":"2024-12-10T15:20:27.300Z","dependency_job_id":"13086a99-61f8-4473-954a-2bf69f429809","html_url":"https://github.com/Atypicalim/replot","commit_stats":null,"previous_names":["atypicalim/replot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Atypicalim/replot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atypicalim","download_url":"https://codeload.github.com/Atypicalim/replot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"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":["c","canvas","draw","game","image"],"created_at":"2024-12-14T11:36:37.197Z","updated_at":"2026-02-14T10:02:42.406Z","avatar_url":"https://github.com/Atypicalim.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Replot\n\n### 0. Description\n\n\u003e a canvas library for c to draw shapes on images, you can save the canvas to and image or draw to a buffer with custom plot func.\n\n### 1. Usage\n\n\u003e drawing some rect and save as an image\n\n```c\n// create a canvas\nReplot *rplt = Replot_new(600, 600);\n// print ascii text\nReplot_printText(rplt, RPOINT(300, 100), 10, \"WELCOME!\");\n// fill with stencil\nReplot_setImage(rplt, \"test.png\");\nReplot_fillRect(rplt, RPOINT(300, 400), RSIZE(200, 200)); \n// save as image\nReplot_write(rplt, \"test.jpg\");\n```\n\n\u003e for more info please visit `replot.c` file\n\n![](./output.png)\n\n### 2. Alternatives\n\n- [Pntr: Image manipulation library for C, with a focus on ease of use.](https://github.com/RobLoach/pntr)\n\n- [RSoft: software rendering library oriented around math.](https://github.com/ColleagueRiley/rsoft)\n\n- [Silk: Single-Header CPU graphics library](https://github.com/itsYakub/Silk/)\n\n- [Olive: Simple 2D Graphics Library for C](https://github.com/tsoding/olive.c)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatypicalim%2Freplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatypicalim%2Freplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatypicalim%2Freplot/lists"}