{"id":28498786,"url":"https://github.com/vonhoff/tilemap2animation","last_synced_at":"2025-07-03T22:31:20.777Z","repository":{"id":293837247,"uuid":"984932497","full_name":"vonhoff/Tilemap2Animation","owner":"vonhoff","description":"A tool that converts a tilemap to GIF","archived":false,"fork":false,"pushed_at":"2025-06-03T07:46:03.000Z","size":1916,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T22:17:53.321Z","etag":null,"topics":["gamedev","gif-animation","gif-creator","gif-maker","tiled","tiled-map-editor","tilemaps","tilesets"],"latest_commit_sha":null,"homepage":"","language":"C#","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/vonhoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"vonhoff"}},"created_at":"2025-05-16T18:58:12.000Z","updated_at":"2025-06-03T07:46:04.000Z","dependencies_parsed_at":"2025-05-17T13:38:47.198Z","dependency_job_id":null,"html_url":"https://github.com/vonhoff/Tilemap2Animation","commit_stats":null,"previous_names":["vonhoff/tilemap2animation"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vonhoff/Tilemap2Animation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FTilemap2Animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FTilemap2Animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FTilemap2Animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FTilemap2Animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vonhoff","download_url":"https://codeload.github.com/vonhoff/Tilemap2Animation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FTilemap2Animation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263415031,"owners_count":23463075,"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":["gamedev","gif-animation","gif-creator","gif-maker","tiled","tiled-map-editor","tilemaps","tilesets"],"created_at":"2025-06-08T14:06:24.011Z","updated_at":"2025-07-03T22:31:20.752Z","avatar_url":"https://github.com/vonhoff.png","language":"C#","funding_links":["https://github.com/sponsors/vonhoff"],"categories":[],"sub_categories":[],"readme":"# Tilemap2Animation\n\n![workflow](https://img.shields.io/github/actions/workflow/status/vonhoff/Tilemap2Animation/dotnet.yml)\n[![version](https://img.shields.io/badge/version-1.0.2-blue)](https://github.com/vonhoff/TilemapToAnimation/releases)\n[![license](https://img.shields.io/badge/license-MIT-blue)](LICENSE)\n\nTilemap2Animation is a command-line tool that converts a Tiled tilemap (TMX) into an animated GIF, allowing you to\ntransform tile-based designs from [Tiled](https://www.mapeditor.org/) and other game development tools into seamless\nanimated GIFs.\n\n## Features\n\n- **TMX to GIF Conversion** - Convert Tiled tilemaps directly into animated GIFs\n- **Automatic File Resolution** - Automatically finds related TMX, TSX, and image files\n- **Animation Generation** - Creates smooth animations from tilemap layers\n- **Frame Delay Control** - Customize animation timing for the perfect result\n\n## Limitations\n\n- Only orthographic maps are supported at this time\n- Only GIF output format is available\n\n## Example\n\nConvert a tileset and tilemap into a GIF animation:\n\n|                          From                          |                         To                          |\n|:------------------------------------------------------:|:---------------------------------------------------:|\n| ![Input](Resources/Screenshot%20from%202025-05-17.png) | \u003cimg src=\"Resources/Sonic_md_fg1.gif\" width=\"1280\"\u003e |\n\n## Getting Started\n\n### Installation\n\n1. Ensure you have [.NET 10 runtime](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) installed.\n2. Download the latest release from the [releases page](https://github.com/vonhoff/TilemapToAnimation/releases).\n3. Extract the zip file to your preferred location.\n\n### Usage\n\n```\ntilemap2animation -i \u003cinput file\u003e -o \u003coutput GIF file\u003e\n```\n\nThe input file can be:\n\n- A TMX tilemap file\n- A TSX tileset file\n- A tileset image file (the tool will try to find related TMX and TSX files)\n\nFor a full list of options, use:\n\n```\ntilemap2animation --help\n```\n\n## Related Projects\n\nFor converting GIFs back to tilemaps, check out [Animation2Tilemap](https://github.com/vonhoff/Animation2Tilemap).\n\n## Support and Contribute\n\nIf you find value in this project, there are several ways you can contribute:\n\n- Give the [project](https://github.com/vonhoff/Tilemap2Animation) a star on GitHub.\n- Support the project through [GitHub Sponsors](https://github.com/sponsors/vonhoff).\n- Improve documentation, report bugs, or submit pull requests.\n\n## License\n\nTilemap2Animation is open-source software licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonhoff%2Ftilemap2animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvonhoff%2Ftilemap2animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonhoff%2Ftilemap2animation/lists"}