Curation by kodin 3 months, 2 weeks ago for query love2d
Original results
-
https://en.wikipedia.org/wiki/LÖVE_(game_framework) — found via Wikipedia
LÖVE (game framework)
touch - LOVE". love2d.org. Retrieved 7 August 2023. "love.joystick - LOVE". love2d.org. Retrieved 7 August 2023. "utf8 - LOVE". love2d.org. Retrieved
-
https://en.wikipedia.org/wiki/List_of_game_engines — found via Wikipedia
List of game engines
2D Game Engine". Retrieved December 6, 2016. Akinlaja, Damilare (2013). LÖVE2d for Lua Game Programming. ISBN 978-1782161608. "D in Games: Ethan Watson
-
https://en.wikipedia.org/wiki/Channel_(programming) — found via Wikipedia
Channel (programming)
create corresponding send and receive events which can be synchronized. The Love2D library which uses the Lua programming language implements channels with
-
https://en.wikipedia.org/wiki/List_of_file_formats — found via Wikipedia
List of file formats
Renderware-based Grand Theft Auto games for data storage LOVE – format used by the LOVE2D Engine MAP – format used by Halo: Combat Evolved for archive compression
-
http://love2d.org/wiki — found via Mwmbl
LOVE
Views Main Page Contents Welcome As you probably know by now, LÖVE is a framework for making 2D games in the Lua programming language. LÖVE is totally fr…
-
http://love2d.org/wiki/dt — found via Mwmbl
dt - LOVE
Views dt dt is the most common shorthand for delta-time, which is usually passed through love.update to represent the amount of time which has passed sin…
-
http://love2d.org/wiki/Git — found via Mwmbl
Git - LOVE
Views Git Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and…
-
http://love2d.org/wiki/FAQ — found via Mwmbl
FAQ - LOVE
Views FAQ How did LÖVE come to exist? Actually, I don't remember how it started. Possibly it was just a challenge to myself. If someone forced me to make…
-
https://love2d.org/builds/ — found via Mwmbl
LÖVE nightly builds
LÖVE nightly builds By LÖVE developers By third parties We do our utmost best to provide a stable codebase at any point, and good, working builds of it. …
-
http://love2d.org/wiki/RPG — found via Mwmbl
Roleplaying Game - LOVE
Views Roleplaying Game Role-playing games, or RPGs, tend to belong to one of three categories. For more information, see the Wikipedia. Western RPGs Emph…
-
http://love2d.org/wiki/zip — found via Mwmbl
zip - LOVE
Views zip The ZIP file format is a data compression and archive format. A ZIP file contains one or more files that have been compressed to reduce file si…
-
http://love2d.org/wiki/utf8 — found via Mwmbl
utf8 - LOVE
Views utf8 This library provides basic support for handling UTF-8 encoded strings. It provides all its functions inside the table returned by require("ut…
-
http://love2d.org/wiki/GIMP — found via Mwmbl
GIMP - LOVE
Views GIMP GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image compositio…
-
https://love2d.org/wiki/Ser — found via Mwmbl
Ser - LOVE
Fast Robust Sometimes you have strange, non-euclidean geometries in your table constructions. It happens, I don't judge. Ser can deal with that, where so…
-
http://love2d.org/wiki/love — found via Mwmbl
love - LOVE
Views 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, …
-
http://love2d.org/wiki/CTRL — found via Mwmbl
CTRL - LOVE
Views CTRL Simple for basic usage and at the same time robust and advanced for extended use, this library provides all necessary facilities to handle use…
-
http://love2d.org/wiki/enet — found via Mwmbl
lua-enet - LOVE
Views lua-enet Official documentation for lua-enet is available here. ENet's features are listed on its homepage. The official documentation may have typ…
-
http://love2d.org/wiki/PATH — found via Mwmbl
PATH - LOVE
Views PATH The PATH variable is a list of paths (directories) that get scanned for commands to run without having to enter their full path. This is usefu…
-
http://love2d.org/wiki/Flux — found via Mwmbl
Flux - LOVE
Views Flux Flux allows the user to easily interpolate a numerical value field of an object between its current value to a new value over a specified dura…
-
http://love2d.org/wiki/LuaC — found via Mwmbl
LuaC - LOVE
Views LuaC We're not kidding here; LuaC might have its uses, but it comes with a lot of strings attached. Don't use it. (for experts) Don't use it yet. A…
-
http://love2d.org/wiki/Quad — found via Mwmbl
Quad - LOVE
Views Quad A quadrilateral (a polygon with four sides and four corners) with Texture coordinate information. Quads can be used to select part of a textur…
-
http://love2d.org/wiki/Lily — found via Mwmbl
Lily - LOVE
Contents Examples Single loading locallily=require("lily")localmyimagelocalmysoundfunctionlove.load()lily.newImage("image.png"):onComplete(function(userd…
-
http://love2d.org/wiki/SUIT — found via Mwmbl
SUIT - LOVE
Contents Widgets Examples Input and a button demo suit=require'suit'localinput={text=""}functionlove.update(dt)suit.layout.reset(100,100)suit.Input(input…
-
http://love2d.org/wiki/SECS — found via Mwmbl
Simple Educative Class Library - LOVE
Contents Basic version example require"class"--this assumes you've saved the code above in class.luamyclass=class:new()myclass.value=13functionmyclass:se…
-
http://love2d.org/wiki/Kuey — found via Mwmbl
Kuey - LOVE
Views Kuey Kuey = require("Kuey") local Encoded = Kuey.encode("Love is life!", "love2d") -- Encode the string with "love2d" as key print(Encoded) -- Show…
-
https://love2d.org/wiki/GUI — found via Mwmbl
Internal error - LOVE
Views Internal error [aea5d1ef4b2d8167f89c7a8b] /wiki/GUI TypeError from line 402 of /home/lover/love2d.org/w/extensions/SemanticMediaWiki/src/SQLStore/Q…
-
https://love2d.org/wiki/lure — found via Mwmbl
lure - LOVE
Lure's purpose will NOT be to implement a web browser in Love2d, that is just ridiculous :D Instead, Lure's purpose will be to provide the core html DOM i…
-
http://love2d.org/wiki/Mappy — found via Mwmbl
Mappy - LOVE
Mappy is a tile map editor which uses a fairly flexible file format called FMP . All the versions of Mappy and playback libraries use the same FMP files a…
-
https://love2d.org/wiki/make — found via Mwmbl
Building LÖVE - LOVE
Views Building LÖVE This page has information on compiling the LÖVE source code. This is only necessary if you want to make modifications or additions to…
-
http://love2d.org/wiki/Tiled — found via Mwmbl
Tiled - LOVE
Tiled is a general purpose tile map editor. It's built to be easy to use, yet flexible enough to work with varying game engines, whether your game is an R…
-
https://love2d.org/wiki/SICK — found via Mwmbl
SICK - LOVE
Views SICK SICK stands for Simple Indicative of Competitive sKill and is a high-score library, loosly based on Highscöre. It saves player name and score …
-
http://love2d.org/wiki/tween — found via Mwmbl
tween - LOVE
Views tween localtween=require'tween'-- increase the volume of music from 0 to 5 in 10 secondslocalmusic={volume=0,path="path/to/file.mp3"}tween(10,music…
-
http://love2d.org/wiki/Isome — found via Mwmbl
Isome - LOVE
Views Isome The game Isome is an engine (not an actual game) which features logically 3D gameplay (things can move in 3 dimensions, and have 3D coordinat…
-
https://github.com/love2d — found via Mwmbl
LÖVE · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://yal.cc/tag/love2d/ — found via Mwmbl
love2d
Main menu Tag Archives: love2d HaxeNME version. Love2d version works equally to this. Click and drag different parts for interaction. By user request on …
-
http://blogs.love2d.org/ — found via Mwmbl
LÖVE • Community Blogs | The official community LÖVE blogs.
User login Main menu In Lövely Interviews, I interview developers of LÖVE and LÖVE games. Today the LÖVE game Warlock's Tower by Midipixel was released o…
New results
-
https://en.wikipedia.org/wiki/LÖVE_(game_framework) — found via Wikipedia
LÖVE (game framework)
touch - LOVE". love2d.org. Retrieved 7 August 2023. "love.joystick - LOVE". love2d.org. Retrieved 7 August 2023. "utf8 - LOVE". love2d.org. Retrieved
-
https://en.wikipedia.org/wiki/List_of_game_engines — found via Wikipedia
List of game engines
2D Game Engine". Retrieved December 6, 2016. Akinlaja, Damilare (2013). LÖVE2d for Lua Game Programming. ISBN 978-1782161608. "D in Games: Ethan Watson
-
https://en.wikipedia.org/wiki/Channel_(programming) — found via Wikipedia
Channel (programming)
create corresponding send and receive events which can be synchronized. The Love2D library which uses the Lua programming language implements channels with
-
https://en.wikipedia.org/wiki/List_of_file_formats — found via Wikipedia
List of file formats
Renderware-based Grand Theft Auto games for data storage LOVE – format used by the LOVE2D Engine MAP – format used by Halo: Combat Evolved for archive compression
-
http://love2d.org/wiki — found via Mwmbl
LOVE
Views Main Page Contents Welcome As you probably know by now, LÖVE is a framework for making 2D games in the Lua programming language. LÖVE is totally fr…
-
http://love2d.org/wiki/dt — found via Mwmbl
dt - LOVE
Views dt dt is the most common shorthand for delta-time, which is usually passed through love.update to represent the amount of time which has passed sin…
-
http://love2d.org/wiki/Git — found via Mwmbl
Git - LOVE
Views Git Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and…
-
http://love2d.org/wiki/FAQ — found via Mwmbl
FAQ - LOVE
Views FAQ How did LÖVE come to exist? Actually, I don't remember how it started. Possibly it was just a challenge to myself. If someone forced me to make…
-
https://love2d.org/builds/ — found via Mwmbl
LÖVE nightly builds
LÖVE nightly builds By LÖVE developers By third parties We do our utmost best to provide a stable codebase at any point, and good, working builds of it. …
-
http://love2d.org/wiki/RPG — found via Mwmbl
Roleplaying Game - LOVE
Views Roleplaying Game Role-playing games, or RPGs, tend to belong to one of three categories. For more information, see the Wikipedia. Western RPGs Emph…
-
http://love2d.org/wiki/zip — found via Mwmbl
zip - LOVE
Views zip The ZIP file format is a data compression and archive format. A ZIP file contains one or more files that have been compressed to reduce file si…
-
http://love2d.org/wiki/utf8 — found via Mwmbl
utf8 - LOVE
Views utf8 This library provides basic support for handling UTF-8 encoded strings. It provides all its functions inside the table returned by require("ut…
-
http://love2d.org/wiki/GIMP — found via Mwmbl
GIMP - LOVE
Views GIMP GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image compositio…
-
https://love2d.org/wiki/Ser — found via Mwmbl
Ser - LOVE
Fast Robust Sometimes you have strange, non-euclidean geometries in your table constructions. It happens, I don't judge. Ser can deal with that, where so…
-
http://love2d.org/wiki/love — found via Mwmbl
love - LOVE
Views 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, …
-
http://love2d.org/wiki/CTRL — found via Mwmbl
CTRL - LOVE
Views CTRL Simple for basic usage and at the same time robust and advanced for extended use, this library provides all necessary facilities to handle use…
-
http://love2d.org/wiki/enet — found via Mwmbl
lua-enet - LOVE
Views lua-enet Official documentation for lua-enet is available here. ENet's features are listed on its homepage. The official documentation may have typ…
-
http://love2d.org/wiki/PATH — found via Mwmbl
PATH - LOVE
Views PATH The PATH variable is a list of paths (directories) that get scanned for commands to run without having to enter their full path. This is usefu…
-
http://love2d.org/wiki/Flux — found via Mwmbl
Flux - LOVE
Views Flux Flux allows the user to easily interpolate a numerical value field of an object between its current value to a new value over a specified dura…
-
http://love2d.org/wiki/LuaC — found via Mwmbl
LuaC - LOVE
Views LuaC We're not kidding here; LuaC might have its uses, but it comes with a lot of strings attached. Don't use it. (for experts) Don't use it yet. A…
-
http://love2d.org/wiki/Quad — found via Mwmbl
Quad - LOVE
Views Quad A quadrilateral (a polygon with four sides and four corners) with Texture coordinate information. Quads can be used to select part of a textur…
-
http://love2d.org/wiki/Lily — found via Mwmbl
Lily - LOVE
Contents Examples Single loading locallily=require("lily")localmyimagelocalmysoundfunctionlove.load()lily.newImage("image.png"):onComplete(function(userd…
-
http://love2d.org/wiki/SUIT — found via Mwmbl
SUIT - LOVE
Contents Widgets Examples Input and a button demo suit=require'suit'localinput={text=""}functionlove.update(dt)suit.layout.reset(100,100)suit.Input(input…
-
http://love2d.org/wiki/SECS — found via Mwmbl
Simple Educative Class Library - LOVE
Contents Basic version example require"class"--this assumes you've saved the code above in class.luamyclass=class:new()myclass.value=13functionmyclass:se…
-
http://love2d.org/wiki/Kuey — found via Mwmbl
Kuey - LOVE
Views Kuey Kuey = require("Kuey") local Encoded = Kuey.encode("Love is life!", "love2d") -- Encode the string with "love2d" as key print(Encoded) -- Show…
-
https://love2d.org/wiki/GUI — found via Mwmbl
Internal error - LOVE
Views Internal error [aea5d1ef4b2d8167f89c7a8b] /wiki/GUI TypeError from line 402 of /home/lover/love2d.org/w/extensions/SemanticMediaWiki/src/SQLStore/Q…
-
https://love2d.org/wiki/lure — found via Mwmbl
lure - LOVE
Lure's purpose will NOT be to implement a web browser in Love2d, that is just ridiculous :D Instead, Lure's purpose will be to provide the core html DOM i…
-
http://love2d.org/wiki/Mappy — found via Mwmbl
Mappy - LOVE
Mappy is a tile map editor which uses a fairly flexible file format called FMP . All the versions of Mappy and playback libraries use the same FMP files a…
-
https://love2d.org/wiki/make — found via Mwmbl
Building LÖVE - LOVE
Views Building LÖVE This page has information on compiling the LÖVE source code. This is only necessary if you want to make modifications or additions to…
-
http://love2d.org/wiki/Tiled — found via Mwmbl
Tiled - LOVE
Tiled is a general purpose tile map editor. It's built to be easy to use, yet flexible enough to work with varying game engines, whether your game is an R…
-
https://love2d.org/wiki/SICK — found via Mwmbl
SICK - LOVE
Views SICK SICK stands for Simple Indicative of Competitive sKill and is a high-score library, loosly based on Highscöre. It saves player name and score …
-
http://love2d.org/wiki/tween — found via Mwmbl
tween - LOVE
Views tween localtween=require'tween'-- increase the volume of music from 0 to 5 in 10 secondslocalmusic={volume=0,path="path/to/file.mp3"}tween(10,music…
-
http://love2d.org/wiki/Isome — found via Mwmbl
Isome - LOVE
Views Isome The game Isome is an engine (not an actual game) which features logically 3D gameplay (things can move in 3 dimensions, and have 3D coordinat…
-
https://github.com/love2d — found via Mwmbl
LÖVE · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://yal.cc/tag/love2d/ — found via Mwmbl
love2d
Main menu Tag Archives: love2d HaxeNME version. Love2d version works equally to this. Click and drag different parts for interaction. By user request on …
-
http://blogs.love2d.org/ — found via Mwmbl
LÖVE • Community Blogs | The official community LÖVE blogs.
User login Main menu In Lövely Interviews, I interview developers of LÖVE and LÖVE games. Today the LÖVE game Warlock's Tower by Midipixel was released o…