Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
Summary
Types
List of types
AnimationRepresents a frame-by-frame animation.
ColorAn object containing color information.
FontRepresents a font.
FileA file that can be read from or written to.
ImageContains image data. Typically loaded from an image file such as png, gif or jpg.
MusicContains compressed sound data.
ParticleSystemContains information for a particle system.
SoundContains sound data. Loaded from a sample file.