{"id":13437623,"url":"https://github.com/mdsteele/azimuth","last_synced_at":"2026-03-05T11:31:48.532Z","repository":{"id":4923474,"uuid":"6080018","full_name":"mdsteele/azimuth","owner":"mdsteele","description":"A metroidvania with vector graphics","archived":false,"fork":false,"pushed_at":"2023-09-10T21:04:05.000Z","size":5183,"stargazers_count":53,"open_issues_count":3,"forks_count":15,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-15T23:40:26.181Z","etag":null,"topics":["game","metroidvania"],"latest_commit_sha":null,"homepage":"https://mdsteele.games/azimuth/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdsteele.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}},"created_at":"2012-10-04T18:44:08.000Z","updated_at":"2025-03-24T01:38:48.000Z","dependencies_parsed_at":"2024-01-23T18:13:19.051Z","dependency_job_id":"9862f62f-5cea-4b35-8d2d-429afc67a9f3","html_url":"https://github.com/mdsteele/azimuth","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mdsteele/azimuth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fazimuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fazimuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fazimuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fazimuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdsteele","download_url":"https://codeload.github.com/mdsteele/azimuth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fazimuth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30122120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["game","metroidvania"],"created_at":"2024-07-31T03:00:58.793Z","updated_at":"2026-03-05T11:31:48.146Z","avatar_url":"https://github.com/mdsteele.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# Azimuth\n\nAzimuth is a metroidvania game, with vector graphics.  You can build it from\nsource here, or download binaries at https://mdsteele.games/azimuth/download\n\nAzimuth is inspired by such games as the Metroid series (particularly Super\nMetroid and Metroid Fusion), SketchFighter 4000 Alpha, and Star Control II\n(a.k.a. The Ur-Quan Masters) -- all fine games that are well worth your time.\n\n## Build instructions\n\n### Prerequisites\n\nAzimuth depends on OpenGL and on\n[SDL2](https://www.libsdl.org/download-2.0.php).  On Mac, you can install SDL2\neither in Framework form or via e.g. Homebrew or MacPorts, and the Makefile\nshould be able to sort it out.  On Debian, all it should take is:\n\n```shell\n$ sudo apt-get install libgl1-mesa-dev libsdl2-dev\n```\n\n### Building and running\n\nTo build and run a debug build of the game, run:\n\n```shell\n$ make       # Compiles everything.\n$ make test  # Runs unit tests, to make sure things look okay on your system.\n$ make run   # Starts the game.\n```\n\nTo build and install a packaged app on Mac OS X, run:\n\n```shell\n$ BUILDTYPE=release make macosx_app\n$ mv -i out/release/host/Azimuth.app /Applications/\n$ open /Applications/Azimuth.app\n```\n\nTo build and install a packaged app on Debian, run:\n\n```shell\n$ BUILDTYPE=release make linux_deb\n$ sudo dpkg -i out/release/host/azimuth_*.deb\n$ azimuth\n```\n\n## Troubleshooting\n\n### SDL_SetVideoMode failed: Couldn't find matching GLX visual\n\nThis error seems to occur on some older Linux machines.  One thing you can try\nis to edit `src/azimuth/gui/screen.c` and comment out the following lines\nbefore recompiling:\n\n```c\nSDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);\nSDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, 2);\n```\n\nThis will disable antialiasing, so the graphics might not be 100% correct, but\nthe game should still be perfectly playable.\n\n## License\n\nThis codebase is licensed under the GNU GPL, version 3.  This codebase is free\nsoftware: you can redistribute it and/or modify it under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation, either\nversion 3 of the License, or (at your option) any later version.\n\nAzimuth is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nThe complete license can be found in the LICENSE file.\n\n### Music\n\nAdditionally, the music for Azimuth (found in the `data/music` directory) may\noptionally be used under a [Creative Commons Attribution\n4.0](https://creativecommons.org/licenses/by/4.0/) (CC-BY 4.0) license.  When\nattributing, I'd appreciate it if you would link back to\nhttps://mdsteele.games/azimuth/ or to this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsteele%2Fazimuth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdsteele%2Fazimuth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsteele%2Fazimuth/lists"}