Version 0.1.1a
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
ColorFontImageMusicSound
Callbacks
loadupdaterendermousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig files
Overview
Welcome
Welcome to the official LÖVE documentation page. Here we have explanations of all the types and objects available for the Lua scripting. This does not describe the inner-workings of the engine itself (but we do have an SVN repository available on SourceForge if that's what you're looking for). To understand anything that's going on it is recommended that you have a little bit of programming experience, but hopefully LÖVE is straight-forward and simple enough for even novices to get into game creation.

We believe that thorough documentation is important for the survival of a program so if there is something missing or incorrect, please contact us.
Tutorials
This page has the bare documentation and, except for the simple examples, contain no actual tutorials. Tutorials are available from the tutorial page on the LÖVE website.