A flexible editor for 2D games

Ingo Ruhnke bb0b0eeb25 Update Nix flake to nixos-22.05 2 gadi atpakaļ
contrib 4e277618b3 Moved flexlay/ to top level directory 10 gadi atpakaļ
data 4e277618b3 Moved flexlay/ to top level directory 10 gadi atpakaļ
lib 1366760a50 Fix Ruby 'allocator undefined' errors in children of CL_Component 5 gadi atpakaļ
netpanzer bb0b0eeb25 Update Nix flake to nixos-22.05 2 gadi atpakaļ
paint 1099b0a469 Fix some Workspace.set_tool() calls 5 gadi atpakaļ
ruby bb0b0eeb25 Update Nix flake to nixos-22.05 2 gadi atpakaļ
supertux 44f9a6c5e6 Some fixes so it can load the latest .strf format 10 gadi atpakaļ
supertux-portable 4e277618b3 Moved flexlay/ to top level directory 10 gadi atpakaļ
test 4e277618b3 Moved flexlay/ to top level directory 10 gadi atpakaļ
tools ba4ae15016 Added tools/ 10 gadi atpakaļ
.gitignore 4f1904fbfb Add Nix flake build files 2 gadi atpakaļ
AUTHORS 4e277618b3 Moved flexlay/ to top level directory 10 gadi atpakaļ
COPYING 4e277618b3 Moved flexlay/ to top level directory 10 gadi atpakaļ
INSTALL 4e277618b3 Moved flexlay/ to top level directory 10 gadi atpakaļ
Makefile 5b7ad991d9 Replace 'echo -e' with more portable 'printf' 2 gadi atpakaļ
NEWS 4e277618b3 Moved flexlay/ to top level directory 10 gadi atpakaļ
README.md 3c279a4770 Convert README to README.md 5 gadi atpakaļ
SConstruct ca93b110f4 Remove ClanLib build instructions 2 gadi atpakaļ
TODO ad8f57669e Replaced boost::shared_ptr<> with std::shared_ptr<>, enabled C++11 in SCons 10 gadi atpakaļ
flake.lock bb0b0eeb25 Update Nix flake to nixos-22.05 2 gadi atpakaļ
flake.nix bb0b0eeb25 Update Nix flake to nixos-22.05 2 gadi atpakaļ
guix.scm 455de2075f Update guix.scm 2 gadi atpakaļ
logo.png cc91b512a4 Add logo images 5 gadi atpakaļ
logo.svg cc91b512a4 Add logo images 5 gadi atpakaļ

README.md

Flexlay

Flexlay is a generic 2d editor with special focus on games. 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 are at the moment:

Other Stuff:

  • Paint - A basic application with animation and graphic tablet support

Flexlay can't be run on its own, but instead of you have to start it via wrapper scripts (supertux-editor, windstille-editor, netpanzer-editor).

For informations on how to compile and run Flexlay see the file INSTALL. Flexlay makes use of OpenGL so you will need working hardware 3d support.

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.