{"id":28238672,"url":"https://github.com/gly-engine/core-native-gba","last_synced_at":"2026-02-27T18:07:43.319Z","repository":{"id":260849471,"uuid":"869168002","full_name":"gly-engine/core-native-gba","owner":"gly-engine","description":"create your own game-engine with just lua for game boy advance","archived":false,"fork":false,"pushed_at":"2025-05-22T10:50:31.000Z","size":39,"stargazers_count":11,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-08T06:13:19.538Z","etag":null,"topics":["devkitpro","game-engine","gameboy-advance","gameboyadvance","gamedev","gba-development"],"latest_commit_sha":null,"homepage":"https://gamelly.github.io/core-native-gba/","language":"C","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/gly-engine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"rodrigodornelles"}},"created_at":"2024-10-07T20:44:01.000Z","updated_at":"2025-05-22T10:50:33.000Z","dependencies_parsed_at":"2024-11-03T03:17:24.531Z","dependency_job_id":"c5c6ac01-3015-4906-ad90-7e1e4e644b6c","html_url":"https://github.com/gly-engine/core-native-gba","commit_stats":null,"previous_names":["gamelly/core-native-gba","gly-engine/core-native-gba"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gly-engine/core-native-gba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gly-engine%2Fcore-native-gba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gly-engine%2Fcore-native-gba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gly-engine%2Fcore-native-gba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gly-engine%2Fcore-native-gba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gly-engine","download_url":"https://codeload.github.com/gly-engine/core-native-gba/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gly-engine%2Fcore-native-gba/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29907365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T17:28:36.873Z","status":"ssl_error","status_checked_at":"2026-02-27T17:28:20.970Z","response_time":57,"last_error":"SSL_read: 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":["devkitpro","game-engine","gameboy-advance","gameboyadvance","gamedev","gba-development"],"created_at":"2025-05-19T01:13:17.674Z","updated_at":"2026-02-27T18:07:43.289Z","avatar_url":"https://github.com/gly-engine.png","language":"C","funding_links":["https://github.com/sponsors/rodrigodornelles"],"categories":[],"sub_categories":[],"readme":"# Core Native GBA\n\n[\u003cimg align=\"right\" height=\"168px\" src=\"https://raw.githubusercontent.com/RodrigoDornelles/RodrigoDornelles/refs/heads/master/media/pong-gba-gly-engine.gif\"\u003e](https://gly-engine.itch.io/pong)\n\nThis project is a basic micro-gameengine to run lua in the **Nintendo Game Boy Advanced**,\nwhich can be expanded to a custom engine, such as [Gly Engine](https://github.com/gly-engine/gly-engine) or [Love2d](https://github.com/gly-engine/love-engine).\n\n * [online ide](https://playground.gamely.com.br)\n * [limitations](https://docs.gamely.com.br/limits#limits-in-gameboy-advanced)\n * [documentation](https://docs.gamely.com.br/nintendo#gba)\n\n\u003cbr/\u003e\n\n| :warning: Attention |\n| :------------------ |\n| there is no sanitization, error handling or observation of resource consumption, all of this takes up precious CPU time, bad code will make the game crash with a black screen.\u003cbr\u003e\u003cbr\u003e**Developing a multiplatform game with desktop support is recommended, especially for testing Lua code!** |\n\n## Building: [Pong](https://github.com/gly-engine/gly-engine/blob/main/samples/pong/game.lua) Example with `Gly Engine`\n\n```sql\ncmake -Bbuild -H. -DGAME=@pong\n```\n\n```sql\nmake -C build\n```\n\n## Building: [Pong](https://github.com/gly-engine/love-engine/blob/main/samples/pong/main.lua) Example with `Love2D`\n\n```sql\ncmake -Bbuild -H. -DGAME=@love:pong -DENGINE=@love\n```\n\n```sql\nmake -C build\n```\n\n## Building: Your Own Game with a Self-Made Engine\n\n```sql\ncmake -Bbuild -H. -DGAME=path/game.lua -DENGINE=path/engine.lua\n```\n\n```sql\nmake -C build\n```\n\n---\n\n:whale: use [devkitpro/devkitarm](https://hub.docker.com/r/devkitpro/devkitarm) docker image if you do not have [devkitpro](https://devkitpro.org/wiki/devkitPro_pacman) installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgly-engine%2Fcore-native-gba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgly-engine%2Fcore-native-gba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgly-engine%2Fcore-native-gba/lists"}