- Download at https://love2d.org/#download
- Unzip the downloaded file to ~/Applications/
-
Create a main.lua with your favourite Editor and type:
function love.draw() love.graphics.print("Hello World", 400, 300) end
-
Start your first Application:
$ /Applications/love.app/Contents/MacOS/love ~/path/to/mygame
- Atom - Awesome Editor!
- Lua-Plugin - Lua-Language-Plugin for Atom.
- Math - Löve-wiki for general math.
- Config - Löve-wiki for Config-Files.