Category:LÖVE: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{stub}}
{{library}}
{{library}}
[https://love2d.org LÖVE] is a framework for making 2D-games in [[Lua]]. <br>
[https://love2d.org LÖVE] is a framework for making 2D-games in [[Lua]]. <br>
It's free, open-source, and works on Windows, Mac OS X and Linux.
It's free, open-source, and works on Windows, Mac OS X and Linux, Android and iOS.


Current version: LÖVE 0.9.1 - 2014-07
Current version: LÖVE 0.10.1 - 30th of December 2015
----
----



Latest revision as of 15:39, 6 April 2016

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

LÖVE is a framework for making 2D-games in Lua.
It's free, open-source, and works on Windows, Mac OS X and Linux, Android and iOS.

Current version: LÖVE 0.10.1 - 30th of December 2015


To actually run LÖVE-programs, see LÖVE-Getting_Started, or Hello_world/Graphical#Library:_L.C3.96VE.