Skip to content

SuperTux/flexlay

Folders and files

NameName
Last commit message
Last commit date
Aug 8, 2018
Jul 15, 2022
Jul 15, 2022
Jul 15, 2022
Mar 2, 2022
Aug 4, 2018
Aug 29, 2014
Nov 19, 2019
Dec 19, 2015
Aug 6, 2018
Jul 9, 2022
Jul 15, 2022
Nov 19, 2019
Nov 19, 2019
Jul 15, 2022
Jul 15, 2022
Jul 9, 2022
Jul 15, 2022
Dec 10, 2015
Aug 8, 2018

Repository files navigation

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:

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.

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.