{"id":21283193,"url":"https://github.com/allogic/fastgl","last_synced_at":"2026-05-10T15:36:50.895Z","repository":{"id":259701470,"uuid":"870164659","full_name":"allogic/FastGL","owner":"allogic","description":"Single-header graphics library for fast debugging and testing of algorithms.","archived":false,"fork":false,"pushed_at":"2024-11-25T16:30:42.000Z","size":649,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T14:41:44.886Z","etag":null,"topics":["debugging","fast","gl","graphics","header","library","open","opengl","single","win32","windows","x64"],"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/allogic.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-10-09T14:54:19.000Z","updated_at":"2024-12-24T19:00:29.000Z","dependencies_parsed_at":"2024-11-20T03:02:35.379Z","dependency_job_id":null,"html_url":"https://github.com/allogic/FastGL","commit_stats":null,"previous_names":["allogic/fastgl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allogic%2FFastGL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allogic%2FFastGL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allogic%2FFastGL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allogic%2FFastGL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allogic","download_url":"https://codeload.github.com/allogic/FastGL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746132,"owners_count":20341203,"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","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":["debugging","fast","gl","graphics","header","library","open","opengl","single","win32","windows","x64"],"created_at":"2024-11-21T11:07:23.682Z","updated_at":"2026-05-10T15:36:50.863Z","avatar_url":"https://github.com/allogic.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastGL\n\n## Basic Window\n```c\n#define FGL_IMPLEMENTATION\n#include \"FastGL.h\"\n\nint main()\n{\n\tint Width = 800;\n\tint Height = 800;\n\n\tWindow_Alloc(Width, Height, \"FastGL\");\n\n\twhile (!Window_ShouldClose())\n\t{\n\t\tWindow_PollEvents();\n\n\t\tWidth = Window_GetWidth();\n\t\tHeight = Window_GetHeight();\n\n\t\tglViewport(0, 0, Width, Height);\n\t\tglClearColor(0.0F, 0.0F, 0.0F, 0.0F);\n\t\tglClear(GL_COLOR_BUFFER_BIT);\n\n\t\tText_BeginScreen(Font_GetDefault());\n\t\tText_DrawScreenSimple(10.0F, 10.0F, 0.0F, 0.0F, 100.0F, 100.0F, 1.0F, 0xFFFFFFFF, \"FastGL\");\n\t\tText_EndScreen();\n\n\t\tWindow_SwapBuffers();\n\t}\n\n\tWindow_Free();\n\n\treturn 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallogic%2Ffastgl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallogic%2Ffastgl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallogic%2Ffastgl/lists"}