Game Development Reference
In-Depth Information
love.image
The love.image namespace has a series of functions that can be used to decode and encoded
image files.
love.joystick
This namespace houses functions that act similarly to the mouse- and touchpad-related functions.
The joystick is simply another input option.
interface is still massive and complex.
love.sound
Not to be confused with the love.audio namespace, the functions in the sound namespace are
useful for working with encoded sound files. This namespace provides the audio file encoder
functions.
love.thread
This namespace offers functions for working with threading.
love.timer
This namespace is home to all the timer-related functions.
The Graphics Module
The graphics library helps create all of the lines, shapes, text, images and other drawable objects. It
is also responsible for specialized objects such as particles and canvases.
 
Search WWH ::




Custom Search