{"id":34694132,"url":"https://github.com/bastienleonard/playdate-font-converter","last_synced_at":"2026-04-19T21:07:57.094Z","repository":{"id":329379097,"uuid":"1112708533","full_name":"bastienleonard/playdate-font-converter","owner":"bastienleonard","description":"Generates Playdate font files from local fonts.","archived":false,"fork":false,"pushed_at":"2025-12-19T05:51:09.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-22T01:44:05.433Z","etag":null,"topics":["font","playdate"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bastienleonard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-12-09T01:58:15.000Z","updated_at":"2025-12-19T05:51:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bastienleonard/playdate-font-converter","commit_stats":null,"previous_names":["bastienleonard/playdate-font-converter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bastienleonard/playdate-font-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastienleonard%2Fplaydate-font-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastienleonard%2Fplaydate-font-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastienleonard%2Fplaydate-font-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastienleonard%2Fplaydate-font-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bastienleonard","download_url":"https://codeload.github.com/bastienleonard/playdate-font-converter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastienleonard%2Fplaydate-font-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28010883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["font","playdate"],"created_at":"2025-12-24T22:26:37.684Z","updated_at":"2025-12-24T22:26:38.213Z","avatar_url":"https://github.com/bastienleonard.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playdate font converter\n\nGenerates [Playdate font\nfiles](https://sdk.play.date/3.0.1/Inside%20Playdate.html#C-graphics.font) from\na local font file and a size.\n\n\n## Dependencies\n\n* Rust: https://rust-lang.org/tools/install/\n* SDL3: https://github.com/libsdl-org/SDL/releases\n\n\n## Usage example\n\nRun this at the root of the project:\n\n```\n$ cargo run /usr/share/fonts/noto/NotoSans-Regular.ttf 20\nWrote NotoSans-Regular-20-table-19-28.png\nWrote NotoSans-Regular-20.fnt\n```\n\nTo load the font in your Playdate game:\n\n```\nlocal font, err = playdate.graphics.font.new('NotoSans-Regular-20')\n\nif err then\n    error(err)\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastienleonard%2Fplaydate-font-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbastienleonard%2Fplaydate-font-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastienleonard%2Fplaydate-font-converter/lists"}