{"id":30596551,"url":"https://github.com/braheezy/maxmod-zig","last_synced_at":"2025-08-29T21:44:33.456Z","repository":{"id":310401280,"uuid":"1035797519","full_name":"braheezy/maxmod-zig","owner":"braheezy","description":"GBA audio library","archived":false,"fork":false,"pushed_at":"2025-08-17T20:34:29.000Z","size":77371,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-17T22:19:48.028Z","etag":null,"topics":["gba","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/braheezy.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}},"created_at":"2025-08-11T05:31:12.000Z","updated_at":"2025-08-17T20:34:32.000Z","dependencies_parsed_at":"2025-08-17T22:29:58.593Z","dependency_job_id":null,"html_url":"https://github.com/braheezy/maxmod-zig","commit_stats":null,"previous_names":["braheezy/maxmod-zig"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/braheezy/maxmod-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braheezy%2Fmaxmod-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braheezy%2Fmaxmod-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braheezy%2Fmaxmod-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braheezy%2Fmaxmod-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/braheezy","download_url":"https://codeload.github.com/braheezy/maxmod-zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braheezy%2Fmaxmod-zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272767881,"owners_count":24989591,"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-08-29T02:00:10.610Z","response_time":87,"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":["gba","zig"],"created_at":"2025-08-29T21:44:33.035Z","updated_at":"2025-08-29T21:44:33.451Z","avatar_url":"https://github.com/braheezy.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maxmod-zig\n\nThis is a WIP port of the MaxMod audio library to Zig for Game Boy Advance development.\n\n## Usage\n\n### Building\n\n```bash\n# Build the library\nzig build\n\n# Build and run SFX example with custom WAV\nzig build sfx -- your_audio.wav\n\n# Build and run a MOD example with a .mod file\nzig build mod -- your_mod.mod\n```\n\n### In Your Project\n\n```zig\nconst maxmod = @import(\"maxmod_gba\");\n\n// Initialize audio system\nmaxmod.init();\n\n// Play a sound effect\nmaxmod.playSound(sound_id);\n\n// Play music\nmaxmod.startMusic(music_id);\n\n// Update audio (call in main loop)\nmaxmod.update();\n```\n\n## Showcase\n\n**SFX**\n\nhttps://github.com/user-attachments/assets/ee1a2599-9459-4a85-8607-8c36f3911537\n\n**MOD**\n\nhttps://github.com/user-attachments/assets/5cf24596-9afc-4a35-a754-c9cdb83f7cb9\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbraheezy%2Fmaxmod-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbraheezy%2Fmaxmod-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbraheezy%2Fmaxmod-zig/lists"}