Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webbertakken/map-editor-2d

Cross-platform 2D editor that saves scenes to json
https://github.com/webbertakken/map-editor-2d

2d-editor canvas cross-platform export-to-json map-editor

Last synced: 2 months ago
JSON representation

Cross-platform 2D editor that saves scenes to json

Awesome Lists containing this project

README

        

# Webber's Map Editor 2D

- Load or create a new map
- Select your sprites' folder (recursively).
- Drag your sprites to the canvas to create instances.
- On the canvas, adjust instances:
- 📛 Name
- 🪧 Position (x, y)
- 🔝 Z-Index
- 🛞 Rotation
- 🔛 Scale
- Save map as a JSON file (includes relative paths to the files).

[//]: # ( Possible future features )
[//]: # ( - Flip)
[//]: # ( - Color)
[//]: # ( - Opacity)
[//]: # ( - Blend mode)

## Demo

https://user-images.githubusercontent.com/20756439/198751508-4094773d-8660-42f8-a48e-ab8489b30068.mp4

## Limitations

- Currently only works with files in your home directory, for your own security.

_Limitations will be lifted in [v2](https://github.com/webbertakken/map-editor-2d/issues/10)._

## Contribute

Please read the [Development](DEVELOPMENT.md) doc.

## License

[MIT](LICENSE) licensed.