{"id":15706663,"url":"https://github.com/vonhoff/animation2tilemap","last_synced_at":"2025-05-12T19:02:26.433Z","repository":{"id":162510810,"uuid":"600681979","full_name":"vonhoff/Animation2Tilemap","owner":"vonhoff","description":"A tool that converts images and animations to tilesets and tilemaps","archived":false,"fork":false,"pushed_at":"2025-05-03T19:26:09.000Z","size":3067,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T19:12:50.869Z","etag":null,"topics":["game-development","gamedev","generator","tiled","tiled-map-editor","tilemap","tilemap-animations","tilemap-editor","tilemaps","tileset","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":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":"2023-02-12T08:51:34.000Z","updated_at":"2025-04-25T08:24:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"be5eb484-26b8-4a51-a336-4895815eebae","html_url":"https://github.com/vonhoff/Animation2Tilemap","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FAnimation2Tilemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FAnimation2Tilemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FAnimation2Tilemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonhoff%2FAnimation2Tilemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vonhoff","download_url":"https://codeload.github.com/vonhoff/Animation2Tilemap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805850,"owners_count":21967052,"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-development","gamedev","generator","tiled","tiled-map-editor","tilemap","tilemap-animations","tilemap-editor","tilemaps","tileset","tilesets"],"created_at":"2024-10-03T20:26:10.959Z","updated_at":"2025-05-12T19:02:26.291Z","avatar_url":"https://github.com/vonhoff.png","language":"C#","readme":"# Animation2Tilemap\n\n![workflow](https://img.shields.io/github/actions/workflow/status/vonhoff/Animation2Tilemap/dotnet.yml)\n[![version](https://img.shields.io/badge/version-2.0.0-blue)](https://github.com/vonhoff/Animation2Tilemap/releases)\n[![license](https://img.shields.io/badge/license-MIT-blue)](LICENSE)\n\nAnimation to Tilemap is a tool that converts images or GIF animations into tilemaps\nand tilesets, compatible with [Tiled](https://www.mapeditor.org/) and other tile-based game development tools.\n\n## Features\n\n- **Versatile Input Support**: Process Bmp, Gif, Jpeg, Pbm, Png, Tiff, Tga, and WebP formats.\n- **Flexible Animation Handling**: Convert animations from folders or multi-frame images.\n- **Animated Tileset Generation**: Create animated tilesets from single images or frame folders.\n- **Customization Options**: Adjust tile size, transparent color, and frame duration.\n- **Tiled Compatibility**: Generate tilesets and tilemaps in various formats (base64, zlib, gzip, csv).\n- **Dual Interface**: Utilize both command-line and user-friendly GUI options.\n\n## Example\n\nConvert a GIF animation into a tileset and tilemap:\n\n|   Input GIF Animation   |    Output Tilemap     |\n|:-----------------------:|:---------------------:|\n| ![Input](input.gif)     | ![Output](result.png) |\n\nImage source: https://x.com/jmw327/status/1405872936783802384\n\n## Installation\n\n1. Ensure you have [.NET 8 runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) installed.\n2. Download the latest release from the [releases page](https://github.com/vonhoff/Animation2Tilemap/releases).\n3. Extract the zip file to your preferred location.\n\n## Usage\n\n### Command-line Interface\n\nBasic usage:\n\n```\nanimation2tilemap.console -i \u003cinput\u003e -o \u003coutput\u003e\n```\n\nFor a full list of options, use:\n\n```\nanimation2tilemap.console --help\n```\n\n### Graphical User Interface\n\nLaunch the `Animation2Tilemap.WinForms.exe` file for a visual interface.\n\n![Program screenshot](screenshot_win.png)\n\n## Motivation\n\nThis tool was created to streamline the process of converting a GIF to a tileset and tilemap. \nManually slicing each frame, manipulating animations, and optimizing tiles can be\ntime-consuming and error-prone. \n\nAnimation to Tilemap aims to solve these problems:\n\n- Automate the process of slicing images and animations into individual tiles\n- Identify and remove duplicate tiles to optimize memory usage\n- Convert assets into game engine compatible formats\n\nThey are also useful in these scenarios:\n\n- Converting detailed backgrounds into tile-based formats\n- Converting character animations into sprite sheets\n- Optimize large maps or procedurally generated worlds\n\n## Contributing\n\nContributions are welcome! Here's how you can help:\n\n- **Report Issues**: Submit bugs or suggest features\n  via [GitHub Issues](https://github.com/vonhoff/Animation2Tilemap/issues).\n- **Pull Requests**: Improve code, documentation, or add new features.\n- **Feedback**: Share your experience or ideas for improvement.\n\n## Support\n\nIf you find Animation2Tilemap useful:\n\n- ⭐ Star the [project on GitHub](https://github.com/vonhoff/Animation2Tilemap)\n- 💖 Consider [becoming a sponsor](https://github.com/sponsors/vonhoff)\n\n## License\n\nAnimation2Tilemap is open-source software licensed under the [MIT License](LICENSE).\n","funding_links":["https://github.com/sponsors/vonhoff"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonhoff%2Fanimation2tilemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvonhoff%2Fanimation2tilemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonhoff%2Fanimation2tilemap/lists"}