Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjosolutions/tilemap-editor
A tile map editor.
https://github.com/sanjosolutions/tilemap-editor
tilemap-editor
Last synced: 4 days ago
JSON representation
A tile map editor.
- Host: GitHub
- URL: https://github.com/sanjosolutions/tilemap-editor
- Owner: SanjoSolutions
- License: unlicense
- Created: 2023-08-30T15:03:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T16:26:05.000Z (10 months ago)
- Last Synced: 2024-05-01T19:26:17.076Z (8 months ago)
- Topics: tilemap-editor
- Language: TypeScript
- Homepage: https://sanjosolutions.github.io/tilemap-editor/
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Tilemap Editor
![How the app looks](image.png)
## Features
* Runs in the browser
* Tools
* Pen
* Area
* Fill
* Select
* Cut
* Cut and paste
* Copy and paste
* Large tile maps
* Multiple levels (layers)
* Multiple tile sets
* Undo
* Export and import from JSON
* Automatic saving (in browser storage)
* Keybindings
* Toggle grid
* Toggle: render only current level
* Zooming## Keyboard shortcuts
- Increment level: Ctrl + Arrow up
- Decrement level: Ctrl + Arrow down
- Delete selected tiles: Backspace or delete
- Moving the map: hold space and move the mouse.There are more shortcuts, which are documented in the titles of the GUI elements (just hover over the GUI element to display the shortcut if it has one).
## Running it on your computer
### Prerequisites
* Node.js
### Installation
```bash
git clone https://github.com/SanjoSolutions/tilemap-editor.git
cd tilemap-editor
npm install
```### Running
```bash
npm run development
```