{"id":26245362,"url":"https://github.com/savetz/renderific","last_synced_at":"2026-02-20T01:02:32.500Z","repository":{"id":132538957,"uuid":"173822889","full_name":"savetz/Renderific","owner":"savetz","description":"An SVG renderer for Atari 8-bit computers, written in Turbo-BASIC XL","archived":false,"fork":false,"pushed_at":"2020-02-25T17:22:55.000Z","size":1619,"stargazers_count":20,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T08:24:52.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/savetz.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-04T21:17:56.000Z","updated_at":"2024-01-31T12:18:47.000Z","dependencies_parsed_at":"2023-06-08T20:47:03.485Z","dependency_job_id":null,"html_url":"https://github.com/savetz/Renderific","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/savetz/Renderific","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2FRenderific","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2FRenderific/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2FRenderific/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2FRenderific/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/savetz","download_url":"https://codeload.github.com/savetz/Renderific/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2FRenderific/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"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":[],"created_at":"2025-03-13T12:33:30.727Z","updated_at":"2026-02-20T01:02:32.494Z","avatar_url":"https://github.com/savetz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Renderific\nAn SVG renderer for Atari 8-bit computers, written in Turbo-BASIC XL\n\nRenderific 1.0 - Readme\n===================\nRenderific is an SVG renderer for Atari 8-bit computers, written in Turbo-BASIC XL. It tries to parse SVG Tiny files and draw them on screen and/or on an Atari 1020 plotter.\n\nSample output:\n\n![Sample Image 1 - flower](https://github.com/savetz/Renderific/blob/master/sample_images/renderific1.png)\n![Sample Image 2 - curve](https://github.com/savetz/Renderific/blob/master/sample_images/renderific2.png)\n![Sample Image 3 - triangle maze](https://github.com/savetz/Renderific/blob/master/sample_images/renderific3.png)\n![Sample Image 4 - Atari 800 logo](https://github.com/savetz/Renderific/blob/master/sample_images/renderific4.png)\n![Sample Image 5 - woodsy scene from Transylvania game](https://github.com/savetz/Renderific/blob/master/sample_images/renderific5.png)\n![Sample Image 6 - ANTIC podcast logo](https://github.com/savetz/Renderific/blob/master/sample_images/renderific6.png)\n![Sample Image 7 - circuit diagram](https://github.com/savetz/Renderific/blob/master/sample_images/renderific7.png)\n![Sample Image 8 - twisted polygon](https://github.com/savetz/Renderific/blob/master/sample_images/renderific8.png)\n\nIt is copyright 2019 by Kevin Savetz (@KevinSavetz) and released under the MIT license.\n\nThe SVG Tiny spec is at https://www.w3.org/TR/SVGTiny12/ \n\nThanks to @PneumaticDeath for help on the Bézier math, and @BillLange1968 for plotter testing.\n\nFun places to get/make SVGs:\nMazes: http://www.mazegenerator.net\n\nFlowers: https://bleeptrack.itch.io/overflower\n\nTwisted Polygon Generator: https://msurguy.github.io/polygon-tool/\n\nFlags: https://github.com/lipis/flag-icon-css\n\nBugs and things\n---------------\nI've found some SVGs that seem to intentionally draw in negative regions. I'm not sure what their intention is - is the viewport moved to include part of the negative quadrants? Anyway, Renderific doesn't support that. Many of the SVG flags at https://github.com/lipis/flag-icon-css do this. (I'm looking at you, Djibouti and Bouvet Island.)\n\nI kind of wanted to add the \"a\"rc path command, although it is not in SVG Tiny. It looks complicated.\nhttps://www.w3.org/TR/SVG11/paths.html#PathDataEllipticalArcCommands\n\nIt doesn't handle FILLs. \n\nI did not support the SVG TEXT command while rendering to the plotter. It's probably easy to add but given the other plotter issues I thought it best to wait.\n\nThe program really wants the file to end with \u0026lt;/svg\u0026gt;, otherwise you'll get an EOF error.\n\nIf any single command in the SVG file (e.g. very long PATH commands) exceeds the DIMensioned length of A$ (10000 characters) the program will crash.\n\nHowever, the program should nicely handle SVG files with any type of line ending, e.g. Atari, Mac, Windows, whatever.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavetz%2Frenderific","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavetz%2Frenderific","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavetz%2Frenderific/lists"}