{"id":23045710,"url":"https://github.com/burdockcascade/cosmos","last_synced_at":"2025-04-03T02:16:33.848Z","repository":{"id":266828926,"uuid":"868160578","full_name":"burdockcascade/cosmos","owner":"burdockcascade","description":"Game Framework using Raylib and Lua","archived":false,"fork":false,"pushed_at":"2025-02-16T10:44:02.000Z","size":12453,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T11:27:11.120Z","etag":null,"topics":["game-engine","lua","raylib"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/burdockcascade.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-05T16:23:50.000Z","updated_at":"2025-02-16T10:44:05.000Z","dependencies_parsed_at":"2025-02-16T11:33:42.820Z","dependency_job_id":null,"html_url":"https://github.com/burdockcascade/cosmos","commit_stats":null,"previous_names":["burdockcascade/cosmos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdockcascade%2Fcosmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdockcascade%2Fcosmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdockcascade%2Fcosmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdockcascade%2Fcosmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burdockcascade","download_url":"https://codeload.github.com/burdockcascade/cosmos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922242,"owners_count":20855345,"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":["game-engine","lua","raylib"],"created_at":"2024-12-15T21:28:08.467Z","updated_at":"2025-04-03T02:16:33.837Z","avatar_url":"https://github.com/burdockcascade.png","language":"Lua","readme":"# Cosmos\n\n## Feature Table\n| Status | Feature | Description |\n| --- | --- | --- |\n| :heavy_check_mark: | Window | Create a window |\n| :heavy_check_mark: | Graphics2D | Draw 2D graphics |\n| :heavy_check_mark: | Input | Handle input events |\n\n## Example\n```lua\nWindow.Init(800, 450, \"Basic Window\")\nWindow.SetTargetFPS(60)\n\nwhile not Window.ShouldClose() do\n    Window.ClearBackground(COLOR_RAYWHITE)\n    Window.BeginDrawing()\n        Graphics2D.DrawText(\"Congrats! You created your first window!\", 190, 200, 20, COLOR_DARKGRAY)\n    Window.EndDrawing()\nend\n\nWindow.Close()\n```\n\n## Dependencies\n- [raylib](https://github.com/raysan5/raylib)\n- [sol2](https://github.com/ThePhD/sol2)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburdockcascade%2Fcosmos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburdockcascade%2Fcosmos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburdockcascade%2Fcosmos/lists"}