{"id":50309722,"url":"https://github.com/amigo-labs/amigo-engine","last_synced_at":"2026-05-28T20:01:32.171Z","repository":{"id":345371780,"uuid":"1177221784","full_name":"amigo-labs/amigo-engine","owner":"amigo-labs","description":"A pixel-art game engine with built-in editor, AI asset generation, and algorithmic chiptune music.","archived":false,"fork":false,"pushed_at":"2026-04-03T22:38:08.000Z","size":3641,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T23:25:52.229Z","etag":null,"topics":["2d","ai-pipelines","chiptune","ecs","editor","game-engine","pixel-art","rust","tidalcycles","wgpu"],"latest_commit_sha":null,"homepage":"https://github.com/amigo-labs/amigo-engine/wiki","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amigo-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-09T20:20:27.000Z","updated_at":"2026-03-23T06:37:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/amigo-labs/amigo-engine","commit_stats":null,"previous_names":["amigo-labs/amigo-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amigo-labs/amigo-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigo-labs%2Famigo-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigo-labs%2Famigo-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigo-labs%2Famigo-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigo-labs%2Famigo-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amigo-labs","download_url":"https://codeload.github.com/amigo-labs/amigo-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amigo-labs%2Famigo-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33624221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["2d","ai-pipelines","chiptune","ecs","editor","game-engine","pixel-art","rust","tidalcycles","wgpu"],"created_at":"2026-05-28T20:01:31.148Z","updated_at":"2026-05-28T20:01:32.149Z","avatar_url":"https://github.com/amigo-labs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"amigo.png\" alt=\"Amigo Engine\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eamigo-engine\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/amigo-labs/amigo-engine/actions/workflows/ci.yml\"\u003e\n    \u003cimg src=\"https://github.com/amigo-labs/amigo-engine/actions/workflows/ci.yml/badge.svg\" alt=\"CI\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT%2FApache--2.0-blue\" alt=\"License\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/rust-2021-orange\" alt=\"Rust Edition\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA pixel-art game engine with built-in editor, AI asset generation, and algorithmic chiptune music.\n\u003c/p\u003e\n\n## Features\n\n- Deterministic ECS with fixed-point math\n- wgpu-based pixel-art renderer with particles, lighting, and post-processing\n- Built-in level editor with Tidal Playground\n- AI pipelines for art generation, music generation, and audio analysis\n- TidalCycles mini-notation for algorithmic chiptune music\n- 10 game-type templates (platformer, roguelike, shmup, RTS, puzzle, ...)\n\n## Quick start\n\n```sh\n# Install the CLI (no Rust needed)\ncurl -fsSL https://raw.githubusercontent.com/amigo-labs/amigo-engine/main/install.sh | sh\n```\n\n**Windows (PowerShell):**\n```powershell\nirm https://raw.githubusercontent.com/amigo-labs/amigo-engine/main/install.ps1 | iex\n```\n\nThen create and run a game:\n\n```sh\namigo new my_game\ncd my_game\ncargo run\n```\n\n\u003e Building games requires the [Rust toolchain](https://rustup.rs/) and a Vulkan/Metal/DX12 capable GPU.\n\n## Documentation\n\nSee the **[Wiki](https://github.com/amigo-labs/amigo-engine/wiki)** for full documentation:\n\n- [Installation](https://github.com/amigo-labs/amigo-engine/wiki/Installation) -- detailed setup guide\n- [CLI Reference](https://github.com/amigo-labs/amigo-engine/wiki/CLI-Reference) -- all commands\n- [AI Setup](https://github.com/amigo-labs/amigo-engine/wiki/AI-Setup) -- `amigo setup` for AI pipelines\n- [Audio Pipeline](https://github.com/amigo-labs/amigo-engine/wiki/Audio-Pipeline) -- audio-to-tidal conversion\n- [Architecture](https://github.com/amigo-labs/amigo-engine/wiki/Architecture) -- crate overview\n- [Specifications](https://github.com/amigo-labs/amigo-engine/wiki/Specifications) -- engine module specs\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT License ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famigo-labs%2Famigo-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famigo-labs%2Famigo-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famigo-labs%2Famigo-engine/lists"}