{"id":20789561,"url":"https://github.com/victorqribeiro/tileeditor","last_synced_at":"2025-07-20T16:03:52.463Z","repository":{"id":128647158,"uuid":"266226312","full_name":"victorqribeiro/tileEditor","owner":"victorqribeiro","description":"A 2D Tile Editor that runs on the browser.","archived":false,"fork":false,"pushed_at":"2023-03-22T02:18:35.000Z","size":2910,"stargazers_count":115,"open_issues_count":0,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-05T19:57:02.804Z","etag":null,"topics":["2d","javascript","tiled-map-editor","tilemap"],"latest_commit_sha":null,"homepage":"https://victorribeiro.com/tileEditor/","language":"JavaScript","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/victorqribeiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"victorqribeiro"}},"created_at":"2020-05-22T23:25:12.000Z","updated_at":"2025-03-18T08:02:06.000Z","dependencies_parsed_at":"2023-08-23T22:00:47.089Z","dependency_job_id":null,"html_url":"https://github.com/victorqribeiro/tileEditor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/victorqribeiro/tileEditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorqribeiro%2FtileEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorqribeiro%2FtileEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorqribeiro%2FtileEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorqribeiro%2FtileEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorqribeiro","download_url":"https://codeload.github.com/victorqribeiro/tileEditor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorqribeiro%2FtileEditor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266152253,"owners_count":23884473,"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":["2d","javascript","tiled-map-editor","tilemap"],"created_at":"2024-11-17T15:24:55.304Z","updated_at":"2025-07-20T16:03:52.446Z","avatar_url":"https://github.com/victorqribeiro.png","language":"JavaScript","funding_links":["https://patreon.com/victorqribeiro","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=76N3LUCQ9FENS\u0026currency_code=BRL\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# Tile Editor\n\nA 2D tile editor that runs on the browser.\n\n[![screenshot](screenshot.png)](https://victorribeiro.com/tileEditor/)\n\nLive version [here](https://victorribeiro.com/tileEditor/)  \nAlternative link [here](https://victorqribeiro.github.io/tileEditor/)\n\n**[How to use the tool](https://www.youtube.com/watch?v=rtw1AoJN00o)**\n\n# About\n\nI made this tool for personal use, but now I'm releasing it under MIT license. You can learn more about this project by watching the videos I made while working on it.\n\n[YouTube playlist](https://www.youtube.com/playlist?list=PL3pnEx5_eGm88UxHH2OlzRRdnj7zT6Cla)\n\nJust want to play with it? [Lots of free textures you can use](https://opengameart.org/art-search-advanced?keys=tile+map\u0026title=\u0026field_art_tags_tid_op=or\u0026field_art_tags_tid=\u0026name=\u0026field_art_type_tid%5B%5D=9\u0026sort_by=count\u0026sort_order=DESC\u0026items_per_page=24\u0026Collection=)\n\n# Menus\n\n## MAP\n\n### New\nCreate a new map.  \nwidth - Width of the map (grid size)  \nheight - Height of the map (grid size)  \ntileSize - Size of the tile you're using  \nborder - Border around the tile  \ntileSizeDraw - Size you want your tile to be drawn  \nnLayers - Number of layers on your map\n\n### Save\nSave your map as a json format.  \nname - Name of the file\n\n### Load\nLoad the map you saved before.  \nfile - JSON file to load  \n\n### Export\nExport the map as a PNG image.  \nname - Name of the image to be saved  \n\n### Expand\nExpand the map size.  \ntop - How many rows on top to be added  \nbottom - How many rows on bottom to be added\nleft - How many rows on left to be added\nright - How many rows on right to be added\n\n### Shrink\nShrink the map size.  \ntop - How many rows on top to be removed  \nbottom - How many rows on bottom to be removed\nleft - How many rows on left to be removed\nright - How many rows on right to be removed\n\n## Texture\n\n### Load\nLoad an image texture.  \nimage - The image file with the texture  \ntileSize - The tile size of each tile  \nborder - Is there a border separating each tile?  \n\n## Brushes\nCreate a new brush.  \ncustom - Create a custom brush that will be defined by you (selecting from the tiles on the texture)  \nrandom - Create a random brush that will be defined by you (selecting from the tiles on the texture)  \n\n## Buttons\nlayers - Add or remove a layer  \nE - Erase brush (erase a tile from the map)  \nB - Paint bucket tool (paint a whole region on the map)  \n\n------\n\n## Help support the project\n\n[![donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=76N3LUCQ9FENS\u0026currency_code=BRL\u0026source=url)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorqribeiro%2Ftileeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorqribeiro%2Ftileeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorqribeiro%2Ftileeditor/lists"}