{"id":18616671,"url":"https://github.com/sile/pagurus","last_synced_at":"2025-04-11T01:32:05.044Z","repository":{"id":45642711,"uuid":"510032866","full_name":"sile/pagurus","owner":"sile","description":"🐚+🦞 Ultra-portable Rust game engine suited for offline 2D games powered by WebAssembly","archived":false,"fork":false,"pushed_at":"2024-03-10T06:11:56.000Z","size":519,"stargazers_count":28,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T07:12:41.240Z","etag":null,"topics":["android","browser","game-engine","rust","sdl2","tui","webassembly"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sile.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2022-07-03T13:36:06.000Z","updated_at":"2024-09-07T10:14:58.000Z","dependencies_parsed_at":"2024-02-12T08:13:52.792Z","dependency_job_id":"567a9768-a4af-4653-8311-d33b7a899216","html_url":"https://github.com/sile/pagurus","commit_stats":{"total_commits":246,"total_committers":1,"mean_commits":246.0,"dds":0.0,"last_synced_commit":"ead330445c84284ffed376594d8a373f5ef6f48b"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fpagurus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fpagurus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fpagurus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fpagurus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sile","download_url":"https://codeload.github.com/sile/pagurus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927310,"owners_count":21019505,"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":["android","browser","game-engine","rust","sdl2","tui","webassembly"],"created_at":"2024-11-07T03:37:30.303Z","updated_at":"2025-04-11T01:32:04.551Z","avatar_url":"https://github.com/sile.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"pagurus\n========\n\n[![pagurus](https://img.shields.io/crates/v/pagurus.svg)](https://crates.io/crates/pagurus)\n[![Documentation](https://docs.rs/pagurus/badge.svg)](https://docs.rs/pagurus)\n[![Actions Status](https://github.com/sile/pagurus/workflows/CI/badge.svg)](https://github.com/sile/pagurus/actions)\n![License](https://img.shields.io/crates/l/pagurus)\n\n🐚+🦞 Ultra-portable Rust game engine suited for offline 2D games powered by WebAssembly.\n\nExamples\n--------\n\n### Snake\n\nTraditional snake game: [examples/snake_game](examples/snake_game)\n\n#### How to build and run locally\n\nBuild the game:\n```console\n$ cargo build --release -p snake_game --target wasm32-unknown-unknown\n$ ls target/wasm32-unknown-unknown/release/snake_game.wasm\n```\n\nRun the game on the terminal:\n```console\n$ cargo run --release -p snake_game --features tui\n```\n\nRun the game on a Web Browser:\n```console\n$ cd web/\n$ npm install\n$ npm run build\n\n// A HTTP server listening on 8000 port will start\n$ cd ../\n$ python3 -m http.server\n$ open http://localhost:8000/examples/snake_game/web/\n```\n\nProjects that use Pagurus\n-------------------------\n\n- [sile/pixcil](https://github.com/sile/pixcil): Pixel Art Editor\n- [sile/ffmml](https://github.com/sile/ffmml): An MML(Music Macro Language) Implementation\n- [sile/mineplacer](https://github.com/sile/mineplacer): A variant of Minesweeper game\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fpagurus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsile%2Fpagurus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fpagurus/lists"}