LÖVE: Difference between revisions

From Game Making Tools Wiki
(Added some links)
(Argh wikis really should just use plain markdown these days)
Line 3: Line 3:
it is primarily oriented around 2D games, although with its support for [http://luajit.org/ext_ffi.html luajit FFI] it is possible to make calls directly to the underlying OpenGL context; this has been used by a handful of games.
it is primarily oriented around 2D games, although with its support for [http://luajit.org/ext_ffi.html luajit FFI] it is possible to make calls directly to the underlying OpenGL context; this has been used by a handful of games.


== Links
== Links ==


* [http://love2d.org Official site]
* [http://love2d.org Official site]

Revision as of 23:06, 4 January 2018

LÖVE, also known as love2d, is a free, open-source game development framework based on Lua and SDL. It is easy to learn and cross-platform, with official support for Linux, macOS, and Windows, and there also exist ports to Android, iOS, and others. There are also experimental build-for-web versions such as love.js.

it is primarily oriented around 2D games, although with its support for luajit FFI it is possible to make calls directly to the underlying OpenGL context; this has been used by a handful of games.

Links