Version 0.2.0
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
AnimationColorFontImageMusicSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
Summary
Devices
List of devices
love.objectsAn interface for creating objects within the game engine such as images or music.
love.graphicsDevice for drawing all the graphical elements in the game.
love.audioDevice for playing audio objects (Music or Sound).
love.keyboardKeeps track of the state of the keyboard.
love.mouseKeeps track of the state of the mouse.
love.filesystemHandles interactions with the filesystem.
love.timerKeeps track of time between frames.