Flexible Isometric Free Engine

The Flexible Isometric Free Engine (FIFE) is an open source, cross-platform game engine written in C++ with Python scripting abilities. It is licensed under the GNU Lesser General Public License (LGPL), which allows creating independent commercial games.

Inspired by the isometric view found on Fallout and Fallout 2, it can nonetheless be used to create AbOUT any 2D game, as the flexible on the name implies. The non-tridimensional approach ensure FIFE games can run on less powerful hardware, and also simplifies framework programming and content creation.

The engine itself is an intermediary between clients and external libraries. An example of a client would be a game built on top of the engine, and OpenAL or OpenGL would be two external libraries. It is further divided into the performance-critical core and engine extensions (implemented with Python), which are bound together through SWIG wrappers.

Features

  • OggVorbis support
  • Logging
  • Map editor
  • True type and bitmap fonts
  • Ingame console
  • Fully skinable Python-customizable graphical user interface
  • SDL and OpenGL renderers
  • Animations
  • Lighting
  • Virtual file system

See also

  • Unknown HORIZONS, a playable FIFE game

Games in development