Category:LÖVE: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}} {{library}} [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. Current ...")
 
No edit summary
 
(3 intermediate revisions by 2 users 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
----

To actually run LÖVE-programs, see
[https://www.love2d.org/wiki/Getting_Started LÖVE-Getting_Started],
or [[Hello_world/Graphical#Library:_L.C3.96VE]].


[[Category:Lua]]
[[Category:Lua]]

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.