README 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. Flexlay
  2. =======
  3. Flexlay is a generic 2d editor with special focus on games. It
  4. currently supports multi layered tile-, object- and bitmaps, full
  5. undo/redo, support for tile-brushes, easy copy/paste, multiple
  6. buffers, minimap support, a metadata editor and some other stuff
  7. usefull for creating levels for 2d games.
  8. Supported games are at the moment:
  9. netPanzer - http://netpanzer.berlios.de/
  10. SuperTux - http://super-tux.sourceforge.net/
  11. Other Stuff:
  12. Paint - A basic application with animation and graphic tablet support
  13. Flexlay can't be run on its own, but instead of you have to start it
  14. via wrapper scripts (supertux-editor, windstille-editor,
  15. netpanzer-editor).
  16. For informations on how to compile and run Flexlay see the file
  17. INSTALL. Flexlay makes use of OpenGL so you will need working hardware
  18. 3d support.
  19. Flexlay is covered under the GNU GPL, which means that you can copy
  20. and even modify it pretty much as you like, as long as you keep the
  21. copyright headers in place and distribute the source too if you
  22. distribute binaries, see the file COPYING for details.
  23. # EOF #