{"id":15723224,"url":"https://github.com/insality/detiled","last_synced_at":"2025-05-13T03:59:50.178Z","repository":{"id":257808763,"uuid":"837619571","full_name":"Insality/detiled","owner":"Insality","description":"Tiled to Decore ECS Workflow for Defold","archived":false,"fork":false,"pushed_at":"2025-05-06T20:31:49.000Z","size":676,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T03:59:44.957Z","etag":null,"topics":["defold","defold-extension","defold-library","defold-module","export","tiled"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Insality.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":"insality","ko_fi":"insality","buy_me_a_coffee":"insality"}},"created_at":"2024-08-03T14:05:38.000Z","updated_at":"2025-05-06T04:56:31.000Z","dependencies_parsed_at":"2024-10-03T22:10:48.978Z","dependency_job_id":"83b3b4e7-532e-4fea-b8a7-c086f8385b52","html_url":"https://github.com/Insality/detiled","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":"0.019230769230769273","last_synced_commit":"48e770948ecf760961057bb4d8032c435ff2810e"},"previous_names":["insality/detiled"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insality%2Fdetiled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insality%2Fdetiled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insality%2Fdetiled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insality%2Fdetiled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Insality","download_url":"https://codeload.github.com/Insality/detiled/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253870860,"owners_count":21976612,"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":["defold","defold-extension","defold-library","defold-module","export","tiled"],"created_at":"2024-10-03T22:10:44.370Z","updated_at":"2025-05-13T03:59:50.160Z","avatar_url":"https://github.com/Insality.png","language":"Lua","funding_links":["https://github.com/sponsors/insality","https://ko-fi.com/insality","https://buymeacoffee.com/insality","https://www.buymeacoffee.com/insality"],"categories":[],"sub_categories":[],"readme":"![](media/logo.png)\n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/tag/insality/detiled?style=for-the-badge\u0026label=Release)](https://github.com/Insality/detiled/tags)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/insality/detiled/ci_workflow.yml?style=for-the-badge)](https://github.com/Insality/detiled/actions)\n[![codecov](https://img.shields.io/codecov/c/github/Insality/detiled?style=for-the-badge)](https://codecov.io/gh/Insality/detiled)\n\n[![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge\u0026logo=GitHub-Sponsors\u0026logoColor=#EA4AAA)](https://github.com/sponsors/insality) [![Ko-Fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/insality) [![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://www.buymeacoffee.com/insality)\n\n\n# Disclaimer\n\nThe library in development stage. May be not fully tested and README may be not full. If you have any questions, please, create an issue.\n\n# Detiled\n\n**Detiled** - is a Defold library that allows you to export tilesets and maps from [Tiled](https://www.mapeditor.org/) editor to [Decore](https://github.com/Insality/decore) entities and world collections.\n\n## Features\n\n- **Export Tilesets** - Export tilesets from Tiled as Decore entities collection\n- **Export Map** - Export map from Tiled as Decore world collection\n- **Custom Properties** - Support various custom properties for tilesets and map\n\n\n### [Dependency](https://www.defold.com/manuals/libraries/)\n\nOpen your `game.project` file and add the following line to the dependencies field under the project section:\n\n**[Decore](https://github.com/Insality/decore)**\n\n```\nhttps://github.com/Insality/decore/archive/refs/tags/1.zip\n```\n\n**[Detiled](https://github.com/Insality/detiled/archive/refs/tags/1.zip)**\n\n```\nhttps://github.com/Insality/detiled/archive/refs/tags/1.zip\n```\n\nAfter that, select `Project ▸ Fetch Libraries` to update [library dependencies]((https://defold.com/manuals/libraries/#setting-up-library-dependencies)). This happens automatically whenever you open a project so you will only need to do this if the dependencies change without re-opening the project.\n\n### Library Size\n\n\u003e **Note:** The library size is calculated based on the build report per platform\n\n| Platform         | Library Size |\n| ---------------- | ------------ |\n| HTML5            | **1.96 KB**  |\n| Desktop / Mobile | **3.35 KB**  |\n\n\n## Setup\n\n\n## Game Example\n\nLook at [Shooting Circles](https://github.com/Insality/shooting_circles) game example to see how to use the Detiled library in a real game project.\n\n\n## API Reference\n\n### Quick API Reference\n\n```lua\ndetiled.set_logger(logger_instance)\ndetiled.get_entities_packs_data(tilesets_path)\ndetiled.get_worlds_packs_data(maps_list_path)\n```\n\n### API Reference\n\nRead the [API Reference](API_REFERENCE.md) file to see the full API documentation for the module.\n\n\n## Use Cases\n\nRead the [Use Cases](USE_CASES.md) file to see several examples of how to use the this module in your Defold game development projects.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Issues and Suggestions\n\nFor any issues, questions, or suggestions, please [create an issue](https://github.com/Insality/detiled/issues).\n\n## 👏 Contributors\n\n\u003ca href=\"https://github.com/Insality/detiled/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=insality/detiled\"/\u003e\n\u003c/a\u003e\n\n## ❤️ Support project ❤️\n\nYour donation helps me stay engaged in creating valuable projects for **Defold**. If you appreciate what I'm doing, please consider supporting me!\n\n[![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge\u0026logo=GitHub-Sponsors\u0026logoColor=#EA4AAA)](https://github.com/sponsors/insality) [![Ko-Fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/insality) [![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://www.buymeacoffee.com/insality)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsality%2Fdetiled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsality%2Fdetiled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsality%2Fdetiled/lists"}