Creators
LÖVE is created by:
- Anders Ruud - andruud at gmail dot com
- Michael Enger - mike at facemeandscream dot com
- Tommy Nguyen - tn0502 at hotmail dot com
Libraries
LÖVE is built around these libraries, presented here in no particular order:
- boost - General purpose C++ libraries.
- SDL - OS abstraction, mouse input, keyboard input.
- Lua - Scripting.
- OpenGL - Hardware accelerated graphics.
- DevIL - Image loading.
- FreeType 2 - Font loading and rasterization.
- SDL_mixer - Sound loading/playing.
- PhysicsFS - Filesystem management + support for archive files.