Curation by Cutiesniffer 10 months ago for query love2d
Original results
-
https://love2d.org/wiki/love — found via Mwmbl
love - LOVE
When beginning to write games using LÖVE, the most important parts of the API are the callbacks: love.load to do one-time setup of your game, love.update …
-
https://love2d.org/wiki/SpriteBatch — found via Mwmbl
SpriteBatch - LOVE
Using a single image, draw any number of identical copies of the image using a single call to love.graphics.draw (). This can be used, for example, to dra…
-
https://love2d.org/wiki/love.keypressed — found via Mwmbl
love.keypressed - LOVE
Whether this keypress event is a repeat. The delay between key repeats depends on the user's system settings. Returns Nothing. Notes Scancodes are keyboar…
-
https://love2d.org/wiki/love.graphics.polygon — found via Mwmbl
love.graphics.polygon - LOVE
Following the mode argument, this function can accept multiple numeric arguments or a single table of numeric arguments. In either case the arguments are …
-
https://love2d.org/wiki/love.graphics.setFont — found via Mwmbl
love.graphics.setFont - LOVE
Arguments Returns Function This variant creates a new font using the default font and the size specified, and sets it as the current font. Do not use thi…
-
https://love2d.org/forums/viewtopic.php?t=83578 — found via Mwmbl
Understanding love.run — Is there a annotated version? - LÖVE
I have added the love.run function to the top of my main.lua file so that I can deepen my understanding of love2d and possibly alter the standard game lo…
-
https://github.com/love2d/love-android — found via Mwmbl
GitHub - love2d/love-android: Android build setup for LÖVE.
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behav…
-
https://love2d.org/forums/viewtopic.php?f=4&t=7929 — found via Mwmbl
Decoda + Love - LÖVE
To compile the LÖVE source in Windows you'll need the appropriate SDK from here . Once you merge that with the 0.7.2 or 0.8.0 source, you should be able t…
-
https://www.love2d.org/wiki/love.thread — found via Mwmbl
love.thread - LOVE
Views love.thread Threads are separate Lua environments, running in parallel to the main code. As their code runs separately, they can be used to compute…
-
https://github.com/love2d/love/releases — found via Mwmbl
Releases · love2d/love · GitHub
* Added a new love.conf flag t.externalstorage, which determines whether files are saved in internal or external storage on Android devices. * Added a new…
-
https://www.love2d.org/wiki/Getting_Started — found via Mwmbl
Getting Started - LOVE
Download the latest version of LÖVE from the website , and install it. If you're on Windows and don't want to install LÖVE, you can also just download the…
-
https://www.love2d.org/wiki/love.filesystem — found via Mwmbl
love.filesystem - LOVE
The folder containing the game's .love archive (or source directory), but only if specific conditions are met. Each game is granted a single directory on…
-
http://www.love2d.org/wiki/Game_Distribution — found via Mwmbl
Game Distribution - LOVE
Once you have completed your game you surely want to make it available to others. In general you should first create a .love-file which can be either dire…
-
https://www.love2d.org/forums/viewtopic.php?f=5&t=2473 — found via Mwmbl
Debug - A whole new way of debugging your game - LÖVE
Tired of having to restart your whole game when an error occurs or attaching a console, which you have to switch to, just to see your debug printings? Tir…
-
https://www.love2d.org/forums/viewtopic.php?f=5&t=79254 — found via Mwmbl
OUTRANGE [LD#31] - LÖVE
WOW! I made a game really similar to this one, half a year ago... mine is WAY TOO hard and ugly... but you have really nailed it aesthetically and gamepla…
-
https://www.love2d.org/forums/viewtopic.php?f=4&t=82518 — found via Mwmbl
Why was JPEG encoding/GIF decoding removed? - LÖVE
They replaced a bloat library (DevIl) with more specialized code; for what it's worth, Löve's mostly a game framework, and to be Frank**, lossy encoded i…
-
https://github.com/love2d/love/blob/master/license.txt — found via Mwmbl
love/license.txt at main · love2d/love · GitHub
Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may c…
-
https://github.com/love2d/love-android/wiki/FAQ---Frequently-Asked-Questions — found via Mwmbl
FAQ Frequently Asked Questions · love2d/love-android Wiki · GitH…
The regular APK is complete-featured APK which you can install directly into your phone. It can load games from *.love files (may not work depending on fi…
New results
-
https://love2d.org/wiki/love — found via Mwmbl
love - LOVE
When beginning to write games using LÖVE, the most important parts of the API are the callbacks: love.load to do one-time setup of your game, love.update …
-
https://love2d.org/wiki/SpriteBatch — found via Mwmbl
SpriteBatch - LOVE
Using a single image, draw any number of identical copies of the image using a single call to love.graphics.draw (). This can be used, for example, to dra…
-
https://love2d.org/wiki/love.keypressed — found via Mwmbl
love.keypressed - LOVE
Whether this keypress event is a repeat. The delay between key repeats depends on the user's system settings. Returns Nothing. Notes Scancodes are keyboar…
-
https://love2d.org/wiki/love.graphics.polygon — found via Mwmbl
love.graphics.polygon - LOVE
Following the mode argument, this function can accept multiple numeric arguments or a single table of numeric arguments. In either case the arguments are …
-
https://love2d.org/wiki/love.graphics.setFont — found via Mwmbl
love.graphics.setFont - LOVE
Arguments Returns Function This variant creates a new font using the default font and the size specified, and sets it as the current font. Do not use thi…
-
https://love2d.org/forums/viewtopic.php?t=83578 — found via Mwmbl
Understanding love.run — Is there a annotated version? - LÖVE
I have added the love.run function to the top of my main.lua file so that I can deepen my understanding of love2d and possibly alter the standard game lo…
-
https://github.com/love2d/love-android — found via Mwmbl
GitHub - love2d/love-android: Android build setup for LÖVE.
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behav…
-
https://love2d.org/forums/viewtopic.php?f=4&t=7929 — found via Mwmbl
Decoda + Love - LÖVE
To compile the LÖVE source in Windows you'll need the appropriate SDK from here . Once you merge that with the 0.7.2 or 0.8.0 source, you should be able t…
-
https://www.love2d.org/wiki/love.thread — found via Mwmbl
love.thread - LOVE
Views love.thread Threads are separate Lua environments, running in parallel to the main code. As their code runs separately, they can be used to compute…
-
https://github.com/love2d/love/releases — found via Mwmbl
Releases · love2d/love · GitHub
* Added a new love.conf flag t.externalstorage, which determines whether files are saved in internal or external storage on Android devices. * Added a new…
-
https://www.love2d.org/wiki/Getting_Started — found via Mwmbl
Getting Started - LOVE
Download the latest version of LÖVE from the website , and install it. If you're on Windows and don't want to install LÖVE, you can also just download the…
-
https://www.love2d.org/wiki/love.filesystem — found via Mwmbl
love.filesystem - LOVE
The folder containing the game's .love archive (or source directory), but only if specific conditions are met. Each game is granted a single directory on…
-
http://www.love2d.org/wiki/Game_Distribution — found via Mwmbl
Game Distribution - LOVE
Once you have completed your game you surely want to make it available to others. In general you should first create a .love-file which can be either dire…
-
https://www.love2d.org/forums/viewtopic.php?f=5&t=2473 — found via Mwmbl
Debug - A whole new way of debugging your game - LÖVE
Tired of having to restart your whole game when an error occurs or attaching a console, which you have to switch to, just to see your debug printings? Tir…
-
https://www.love2d.org/forums/viewtopic.php?f=5&t=79254 — found via Mwmbl
OUTRANGE [LD#31] - LÖVE
WOW! I made a game really similar to this one, half a year ago... mine is WAY TOO hard and ugly... but you have really nailed it aesthetically and gamepla…
-
https://www.love2d.org/forums/viewtopic.php?f=4&t=82518 — found via Mwmbl
Why was JPEG encoding/GIF decoding removed? - LÖVE
They replaced a bloat library (DevIl) with more specialized code; for what it's worth, Löve's mostly a game framework, and to be Frank**, lossy encoded i…
-
https://github.com/love2d/love/blob/master/license.txt — found via Mwmbl
love/license.txt at main · love2d/love · GitHub
Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may c…
-
https://github.com/love2d/love-android/wiki/FAQ---Frequently-Asked-Questions — found via Mwmbl
FAQ Frequently Asked Questions · love2d/love-android Wiki · GitH…
The regular APK is complete-featured APK which you can install directly into your phone. It can load games from *.love files (may not work depending on fi…