All Projects → love2d → Love

love2d / Love

Licence: other
LÖVE is an awesome 2D game framework for Lua.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Love

Grid Sdk
The Grid SDK - Game engine for Lua
Stars: ✭ 612 (-53.1%)
Mutual labels:  game-development, gamedev, love2d, luajit
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (-14.25%)
Mutual labels:  game-development, gamedev, love2d
Goluwa
a game framework written in luajit
Stars: ✭ 173 (-86.74%)
Mutual labels:  game-development, love2d, luajit
Blog
gamedev blog
Stars: ✭ 3,076 (+135.71%)
Mutual labels:  game-development, gamedev, love2d
Unity Package Tools
A set of developer tools to make it easier to create and distribute packages for the native Unity Package Manager.
Stars: ✭ 44 (-96.63%)
Mutual labels:  game-development, gamedev
Tank island
Top down 2D shooter game that involves blowing up tanks
Stars: ✭ 42 (-96.78%)
Mutual labels:  game-development, gamedev
Magictools
🎮 📝 A list of Game Development resources to make magic happen.
Stars: ✭ 8,853 (+578.39%)
Mutual labels:  game-development, gamedev
Game Jam Tools Resources
A list of many game dev/jam tools & resources.
Stars: ✭ 63 (-95.17%)
Mutual labels:  game-development, gamedev
Phaser Node Kit
Rapid Game Development with PhaserJS and Node for Modern Browsers
Stars: ✭ 39 (-97.01%)
Mutual labels:  game-development, gamedev
Polyworld
A world generator that is based on Voronoi diagrams
Stars: ✭ 59 (-95.48%)
Mutual labels:  game-development, gamedev
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+796.4%)
Mutual labels:  game-development, gamedev
Unrealclr
Unreal Engine 4 .NET 5 integration
Stars: ✭ 1,275 (-2.3%)
Mutual labels:  game-development, gamedev
Simpleton Engine
What a stupid name for a library
Stars: ✭ 42 (-96.78%)
Mutual labels:  game-development, gamedev
Pyxel
A retro game engine for Python
Stars: ✭ 9,133 (+599.85%)
Mutual labels:  game-development, gamedev
Game Dogfight
Air to air combat game, created in Python 3 using HARFANG 3D.
Stars: ✭ 41 (-96.86%)
Mutual labels:  game-development, gamedev
Duality
a 2D Game Development Framework
Stars: ✭ 1,231 (-5.67%)
Mutual labels:  game-development, gamedev
Ezpygame
An easier way to use pygame
Stars: ✭ 72 (-94.48%)
Mutual labels:  game-development, gamedev
Godot3 procgen demos
Exploring Procedural Generation algorithms in Godot
Stars: ✭ 85 (-93.49%)
Mutual labels:  game-development, gamedev
Everpuzzle
Tetris Attack / Pokemon Puzzle style game written in Rust
Stars: ✭ 88 (-93.26%)
Mutual labels:  game-development, gamedev
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-97.39%)
Mutual labels:  game-development, gamedev

LÖVE is an awesome framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, Mac OS X, Linux, Android, and iOS.

Build Status: Windows Build Status: Github CI

Documentation

We use our wiki for documentation. If you need further help, feel free to ask on our forums, our Discord server, or our IRC channel #love on OFTC.

Compilation

Windows

Follow the instructions at the megasource repository page.

*nix

Run platform/unix/automagic from the repository root, then run ./configure and make.

$ platform/unix/automagic
$ ./configure
$ make

When using a source release, automagic has already been run, and the first step can be skipped.

macOS

Download the required frameworks from here and place them in /Library/Frameworks/.

Then use the Xcode project found at platform/xcode/love.xcodeproj to build the love-macosx target.

iOS

Download the ios-libraries zip file corresponding to the LÖVE version being used from here, unzip it, and place the include and libraries subfolders into LÖVE's platform/xcode/ios folder.

Then use the Xcode project found at platform/xcode/love.xcodeproj to build the love-ios target.

See readme-iOS.rtf for more information.

Android

Visit the Android build repository for build instructions.

Repository information

We use the 'master' branch for patch development of the current major release, and therefore it should not be considered stable. There may also be a branch for the next major version in development, which is named after that version.

We tag all our releases (since we started using mercurial and git), and have binary downloads available for them.

Experimental changes are developed in the separate love-experiments repository.

Contributing

The best places to contribute are through the issue tracker and the official Discord server or IRC channel. For code contributions, pull requests and patches are welcome. Be sure to read the source code style guide.

Builds

Releases are found in the releases section on GitHub, and are linked on the site, and there's a ppa for ubuntu, ppa:bartbes/love-stable.

There are also unstable/nightly builds:

  • Builds for some platforms are automatically created after each commit and are available through GitHub's CI interfaces.
  • Otherwise, some less frequently updated builds can can be found here.
  • For ubuntu linux they are in ppa:bartbes/love-unstable
  • For arch linux there's love-git in the AUR.

Dependencies

  • SDL2
  • OpenGL 2.1+ / OpenGL ES 2+
  • OpenAL
  • Lua / LuaJIT / LLVM-lua
  • FreeType
  • ModPlug
  • mpg123
  • Vorbisfile
  • Theora
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].