{"id":20123288,"url":"https://github.com/tyfkda/galangua","last_synced_at":"2025-07-13T04:33:42.098Z","repository":{"id":65700669,"uuid":"239642647","full_name":"tyfkda/galangua","owner":"tyfkda","description":"2D shoot 'em up game, written in Rust","archived":false,"fork":false,"pushed_at":"2024-01-11T07:01:14.000Z","size":2188,"stargazers_count":38,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T14:40:44.812Z","etag":null,"topics":["game","rust","sdl2","shoot-em-up","webassembly"],"latest_commit_sha":null,"homepage":"https://tyfkda.github.io/galangua/","language":"Rust","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/tyfkda.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":"2020-02-11T00:28:25.000Z","updated_at":"2025-02-07T10:42:01.000Z","dependencies_parsed_at":"2024-01-11T01:26:38.604Z","dependency_job_id":"ccd24062-ee62-4e31-aa57-dcb7ffd69b53","html_url":"https://github.com/tyfkda/galangua","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyfkda%2Fgalangua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyfkda%2Fgalangua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyfkda%2Fgalangua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyfkda%2Fgalangua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyfkda","download_url":"https://codeload.github.com/tyfkda/galangua/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252721140,"owners_count":21793761,"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","rust","sdl2","shoot-em-up","webassembly"],"created_at":"2024-11-13T19:44:12.631Z","updated_at":"2025-05-06T16:33:56.260Z","avatar_url":"https://github.com/tyfkda.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Galangua\n========\n\n2D shoot 'em up game, written in Rust.\n\n[![screenshot](ss.png)](https://tyfkda.github.io/galangua/)\n\n[Play in browser](https://tyfkda.github.io/galangua/)\n\n### How to play (Control)\n\n  * Arrow key : Move left or right\n  * Space key : Shoot a bullet\n\n\n### Requirement\n\n  * Rust, Cargo\n  * SDL2\n\n#### MacOS\n\n  * `brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer`\n  * Set SDL2, SDL2_image, SDL2_mixer lib paths to LIBRARY_PATH environment variable.\n\n```bash\nSDL2=/opt/homebrew/Cellar/sdl2/2.0.X\nSDL2_IMAGE=/opt/homebrew/Cellar/sdl2_image/2.0.X\nSDL2_MIXER=/opt/homebrew/Cellar/sdl2_mixer/2.0.X\nexport LIBRARY_PATH=\"$LIBRARY_PATH:$SDL2/lib:$SDL2_IMAGE/LIB:$SDL2_MIXER/lib\"\n```\n\n#### Windows : Install SDL2 libraries\n\n  * Download `SDL2-devel-2.0.x-VC.zip` from [SDL2](https://www.libsdl.org/),\n    `SDL2_image-devel-2.0.x-VC.zip` from [SDL2_image](https://www.libsdl.org/projects/SDL_image/),\n    and `SDL2_mixer-devel-2.0.x-VC.zip` from [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/) libraries\n  * Unpack zip files and copy libraries into `C:\\Users\\{Your Username}\\.rustup\\toolchains\\{current toolchain}\\lib\\rustlib\\{current toolchain}\\lib`\n    * See [README](https://github.com/Rust-SDL2/rust-sdl2#windows-msvc)\n\n### Build\n\n    $ cargo build --release\n\n### Run\n\n    $ cargo run --release\n\n#### Command-line options\n\n  * -s \u003cscale\u003e : Specify window scale (default: 3)\n  * -f         : Use fullscreen\n  * --oo       : Run object-oriented version\n\n\n### Browser version\n\n#### Requirement\n\n  * [wasm-pack](https://rustwasm.github.io/wasm-pack/)\n\n#### Build\n\n    $ cd galangua-wasm\n    $ make  # wasm-pack build\n    $ make start-server  # Start local server on port 8080\n\n#### Release build\n\n    $ cd www\n    $ npm install\n    $ npm run build\n\nFiles are generated in `galangua-wasm/www/dist`\n\n\n### Assets\n\n  * SE\n    * 効果音は[スキップモア](https://www.skipmore.com/)の物を使用しています\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyfkda%2Fgalangua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyfkda%2Fgalangua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyfkda%2Fgalangua/lists"}