Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supertux/flexlay
A flexible editor for 2D games
https://github.com/supertux/flexlay
Last synced: 5 days ago
JSON representation
A flexible editor for 2D games
- Host: GitHub
- URL: https://github.com/supertux/flexlay
- Owner: SuperTux
- License: gpl-3.0
- Created: 2015-08-16T20:02:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T10:55:42.000Z (about 2 years ago)
- Last Synced: 2024-03-26T13:22:31.521Z (8 months ago)
- Language: Python
- Size: 37.4 MB
- Stars: 15
- Watchers: 16
- Forks: 8
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Flexlay
=======Flexlay is a generic 2d editor framework with special focus on games.
It is written in Python3 and uses Qt5. It currently supports multi
layered tile-, object- and bitmaps, full undo/redo, support for
tile-brushes, easy copy/paste, multiple buffers, minimap support, a
metadata editor and some other stuff usefull for creating levels for
2d games.Supported games:
* [SuperTux](http://www.supertux.org/)
* [netPanzer](https://sourceforge.net/projects/netpanzer.berlios/) (currently defunct in `master`, see `flexlay-clanlib-master` tag)Since Flexlay is a framework and not an editor itself, it has to be
started via a game specific script (e.g. supertux-editor,
netpanzer-editor).To run the SuperTux version of Flexlay, see [the
wiki](https://github.com/SuperTux/flexlay/wiki/Installing-the-Flexlay-SuperTux-editor).Flexlay is covered under the GNU GPL, which means that you can copy
and even modify it pretty much as you like, as long as you keep the
copyright headers in place and distribute the source too if you
distribute binaries, see the file COPYING for details.