https://github.com/sanjosolutions/tilemap-editor
A tile map editor.
https://github.com/sanjosolutions/tilemap-editor
tilemap-editor
Last synced: about 1 year 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T16:26:05.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:16:24.280Z (over 1 year ago)
- Topics: tilemap-editor
- Language: TypeScript
- Homepage: https://sanjosolutions.github.io/tilemap-editor/
- Size: 1.4 MB
- Stars: 2
- 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

## 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
```