Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannycalleri/toasteditor
Toast Editor is a fast web-based HTML5 level editor that exports your creations for multiple languages, game frameworks and editors including FlashPunk, Toast, C++, AS3 and Ogmo Editor.
https://github.com/dannycalleri/toasteditor
Last synced: 7 days ago
JSON representation
Toast Editor is a fast web-based HTML5 level editor that exports your creations for multiple languages, game frameworks and editors including FlashPunk, Toast, C++, AS3 and Ogmo Editor.
- Host: GitHub
- URL: https://github.com/dannycalleri/toasteditor
- Owner: dannycalleri
- License: mit
- Created: 2013-10-10T09:13:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T13:57:34.000Z (about 10 years ago)
- Last Synced: 2023-04-03T16:50:47.478Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 244 KB
- Stars: 27
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [Toast Editor](http://toastedware.com)
Toast Editor is a fast web-based HTML5 level editor that exports your
creations for multiple languages, game frameworks and editors including FlashPunk, Toast, C++, AS3 and Ogmo Editor.It's a great choice for fast prototyping or during game jams: it exports
your creation directly in your favorite API, without your code even knowing about
a specific XML format.
Then, if you need it, you can further customize your level with Ogmo Editor using the simple
export feature.This project has been created by me ([Danny Calleri](http//www.twitter.com/dannycalleri)) as
the perfect companion for [Toast Framework](https://github.com/dannycalleri/toast), a simple C++ 2D game framework.* Source: [https://github.com/dannycalleri/toasteditor](https://github.com/dannycalleri/toasteditor)
* Homepage: [http://toastedware.com](http://toastedware.com)
* Twitter: [@dannycalleri](http//www.twitter.com/dannycalleri)## Quick start
Choose one of the following options:
1. Check out the latest stable release from
[toastedware.com](http://toastedware.com/).
2. Clone the git repo — `git clone
https://github.com/dannycalleri/toasteditor.git` - and checkout the tagged
release you'd like to use.## Features
* Works on almost every platform running a web browser.
* User-friendly 3-steps workflow: load your tileset, create your level and export.
* Retractable and draggable widgets to help you focus on your creation.
* Exports ready-to-use code for FlashPunk and Toast frameworks.
* Exports generic array level maps for C++ or AS3.
* Exports project and level files for Ogmo Editor to further customize your levels.
* [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) guarantees
cross-browser compatibility.
* The latest [jQuery](http://jquery.com/) version available thanks to
[HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate).## Contributing
Anyone and everyone is welcome to [contribute](CONTRIBUTING.md).