https://github.com/danneu/elm-tile-editor
a tilemap editor built with elm
https://github.com/danneu/elm-tile-editor
Last synced: 5 days ago
JSON representation
a tilemap editor built with elm
- Host: GitHub
- URL: https://github.com/danneu/elm-tile-editor
- Owner: danneu
- Created: 2016-07-21T20:20:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T18:46:39.000Z (over 7 years ago)
- Last Synced: 2025-03-24T06:54:45.288Z (22 days ago)
- Language: Elm
- Size: 1.06 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elm-gamedev - Elm-Tile-Editor - A Tile Editor written in Elm (Tools)
README
# elm-tile-editor
- Live demo:
A general tilemap editor, work in progress.

## Run Locally
Install deps and start the hot-reloading webpack dev server:
npm install
npm startNavigate to .
Any changes you make to your files (.elm, .js, .css, etc.) will trigger
a hot reload.