LÖVE

From Game Making Tools Wiki
Revision as of 22:57, 4 January 2018 by 98.247.142.17 (talk) (Created page with "[LÖVE](http://love2d.org), also known as love2d, is a free, open-source game development framework based on Lua and libsdl. It is easy to learn and cross-platform, with offic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[LÖVE](http://love2d.org), also known as love2d, is a free, open-source game development framework based on Lua and libsdl. 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](https://github.com/TannerRogalsky/love.js).

it is primarily oriented around 2D games, although with its support for [luajit](http://luajit.org) FFI bindings it is possible to make calls directly to the underlying OpenGL context; this has been used by a handful of games.[[Category: