{"id":15784962,"url":"https://github.com/emicklei/bitmapfont","last_synced_at":"2026-04-12T23:38:19.000Z","repository":{"id":147078873,"uuid":"159992961","full_name":"emicklei/bitmapfont","owner":"emicklei","description":"bitmapfont reader and OpenGL renderer in Go","archived":false,"fork":false,"pushed_at":"2024-08-01T12:11:45.000Z","size":262,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T20:28:41.202Z","etag":null,"topics":["bitmapfont","opengl"],"latest_commit_sha":null,"homepage":"","language":"Go","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/emicklei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-12-01T22:29:15.000Z","updated_at":"2024-08-01T12:11:43.000Z","dependencies_parsed_at":"2024-10-26T01:45:46.226Z","dependency_job_id":null,"html_url":"https://github.com/emicklei/bitmapfont","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"fd5165775f99c827de0ae9b5870ff6de1fccc9e8"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/emicklei/bitmapfont","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emicklei%2Fbitmapfont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emicklei%2Fbitmapfont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emicklei%2Fbitmapfont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emicklei%2Fbitmapfont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emicklei","download_url":"https://codeload.github.com/emicklei/bitmapfont/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emicklei%2Fbitmapfont/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279076867,"owners_count":26098229,"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-10-15T02:00:07.814Z","response_time":56,"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":["bitmapfont","opengl"],"created_at":"2024-10-04T20:20:23.856Z","updated_at":"2025-10-15T11:38:06.947Z","avatar_url":"https://github.com/emicklei.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## bitmapfont rendering for OpenGL\n\n## example\n\n![Bitmpafont demo](demo.png)\n\n## format\n\n- http://www.angelcode.com/products/bmfont/doc/file_format.html\n- http://www.angelcode.com/products/bmfont/\n- http://www.angelcode.com/products/bmfont/doc/render_text.html\n\n\n## usage\n\n```\nfont, _ := bitmapfont.NewOpenGLFont(\"test_ubuntu.fnt\", \"test_ubuntu.png\")\ndefer font.Delete()\n\nmultitext := `Bitmapfont\neasy OpenGL font rendering\nfor Go`\ntxt := bitmapfont.NewText(multitext, 10, 10, 300, 100, font)\n\ntxt.Render()\n```\n\n## TODO\n- multi-byte chars\n- optimize amount lookup\n\n(c) 2016, http://ernestmicklei.com. MIT License\t","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femicklei%2Fbitmapfont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femicklei%2Fbitmapfont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femicklei%2Fbitmapfont/lists"}