Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danneu/elm-tile-editor
a tilemap editor built with elm
https://github.com/danneu/elm-tile-editor
Last synced: 4 months 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: 2024-08-02T09:24:51.832Z (6 months ago)
- Language: Elm
- Size: 1.06 MB
- Stars: 4
- Watchers: 3
- 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.
![screenshot](https://dl.dropboxusercontent.com/spa/quq37nq1583x0lf/abo2ujb3.png)
## 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.