Software:LÖVE (game framework)
Initial release | January 13, 2008[1] |
---|---|
Stable release | 11.5[2]
/ December 3, 2023 |
Written in | C++ |
Platform | FreeBSD, OpenBSD, NetBSD, Microsoft Windows, Linux, macOS, iOS, Android |
Type | Application framework |
License | zlib license |
Website | love2d |
LÖVE is a free, open-source, cross-platform framework released under the zlib license for developing video games. The framework is written in C++ and uses Lua as its scripting language and is still maintained by its original developers. The framework is cross-platform supporting the platforms Microsoft Windows, macOS, Linux, Android, and iOS.
The API provided by the framework gives access to the video and sound functions of the host machine through the libraries SDL and OpenGL, or since version 0.10 also OpenGL ES 2 and 3.[3] Fonts can be rendered by the FreeType engine.[4] A version of the framework called piLöve has been specifically ported to Raspberry Pi.[5]
The framework is frequently found in the compositions of video game development competitions, such as the game development competition Ludum Dare.[6] In July 2018, it was the 10th most popular game development software used by independent game developers on the site Itch.io,[7] holding a 1.97% share.
Version History
Version | Code name | Added | Release date |
---|---|---|---|
0.1.1 | Santa-Power |
|
January 13, 2008 |
0.2.0 | Mini-Moose |
|
February 6, 2008 |
0.2.1 | Impending Doom | March 29, 2008 | |
0.3.0 | Mutant Vermin |
|
June 17, 2008 |
0.3.1 | Meat Space |
|
June 21, 2008 |
0.3.2 | Lemony Fresh | July 4, 2008 | |
0.4.0 | Taco Beam |
|
August 29, 2008 |
0.5.0 | Salted Nuts |
|
January 2, 2009 |
0.6.0 | Jiggly Juice |
|
December 24, 2009 |
0.6.1 | Jiggly Juice | February 7, 2010 | |
0.6.2 | Jiggly Juice |
|
March 6, 2010 |
0.7.0 | Game Slave |
|
December 5, 2010 |
0.7.1 | Game Slave | February 14, 2011 | |
0.7.2 | Game Slave | May 4, 2011 | |
0.8.0 | Rubber Piggy |
|
April 2, 2012 |
0.9.0 | Baby Inspector |
|
December 13, 2013 |
0.9.1 | Baby Inspector |
|
April 1, 2014 |
0.9.2 | Baby Inspector |
|
February 14, 2015 |
0.10.0 | Super Toast | December 22, 2015 | |
0.10.1 | Super Toast | February 14, 2016 | |
0.10.2 | Super Toast |
|
October 31, 2016 |
11.0 | Mysterious Mysteries |
|
April 1, 2018 |
11.1 | Mysterious Mysteries |
|
April 15, 2018 |
11.2 | Mysterious Mysteries |
|
November 25, 2018 |
11.3 | Mysterious Mysteries |
|
October 27, 2019 |
11.4 | Mysterious Mysteries |
|
January 22, 2022 |
11.5 | Mysterious Mysteries |
|
December 3, 2023 |
12.0 | TBA | In Development |
Features
These features come with the framework:
- Supports OpenGL pixel shaders GLSL.
- Supports touchscreen for mobile devices.[10]
- Supports joysticks by providing interface for connected joysticks.[11]
- Supports UTF-8.[12]
- Supports image formats: PNG, JPEG, GIF, TGA and BMP.[13]
- Supports audio formats: WAV, OGG, and MP3.[14]
- Supports video formats: OGV.[15]
- Supports the physics engine Box2D in games, which can be disabled to lighten the library.[16]
- Supports the LuaSocket library for network communications TCP/UDP.[17]
- Supports the lua-enet library, another network library implementing Enet, a reliable protocol based on UDP.[18]
Notable Games
- Move or Die
- Mari0
- Kingdom Rush
- BYTEPATH [19]
- Blue Revolver [20]
- Warlock's Tower [21]
- Oh My Giraffe [22]
- Aeon of Sands - The Trail [23]
- Metanet Hunter G4 [24]
- Moonring[25]
Libraries & Implementations
There are various libraries and forks of LÖVE to improve basic functions, such as OOP with inheritance and overloading, interpolations, cameras, network multiplayer management, gamestates, etc.
- The Simple Tiled Implementation library allows users to load levels as tiles, edit using Tiled[26] and display them in games. It works in conjunction with Box2D for collision management with this decor.[27]
- The anim8 library allows users to load animations, for characters for example, from an image grid into a bitmap file (PNG or JPEG).[28][29]
- LIKO-12 is a free platform inspired by the PICO-8 fantasy console and uses LÖVE. It allows users to develop applications in a limited resolution, backup/restore in the modified PNG format, in the same way as video game cartridges or some of the first microcomputers, and export them to HTML5 or to systems supported by LÖVE.[30]
- Lutro is a Lua game framework for libretro, a partial port of the LÖVE[31] API. ChaiLove follows a similar path by offering an implementation in ChaiScript, an embedded and cross-platform scripting language for C++ (C++14).[32]
- love.js is a port of LÖVE that aims to make it possible to run LÖVE games on the web via HTML5, WebGL, and Emscripten.[33]
- g3d is a 3D engine that simplifies 3D capabilities in LÖVE. It allows for 3D model rendering, .obj file loading, first person movement and camera controls, perspective and orthographic projections, 3D collisions and more.[34]
References
- ↑ "LÖVE version history". https://love2d.org/wiki/Version_History.
- ↑ "LÖVE 11.5". https://love2d.org/wiki/11.5.
- ↑ "0.10.0 - LOVE". https://love2d.org/wiki/0.10.0. Retrieved 7 August 2023.
- ↑ Korben (January 14, 2011). "The power of Löve !" (in en). http://korben.info/love-framework.html.
- ↑ "PiLove - LÖVE on RaspberryPI" (in en). http://pilove.mitako.eu/.
- ↑ "Posts Tagged'love2d'" (in en). http://ludumdare.com/compo/tag/love2d/.
- ↑ Rob Beschizza (July 17, 2018). "The most popular engines for indie games". https://boingboing.net/2018/07/17/the-most-popular-engines-for-i.html.
- ↑ Florent Zara (September 1, 2008). "Release of Löve 0.4.0, a free 2D game engine". https://linuxfr.org/news/sortie-de-love-040-moteur-libre-de-jeu-en-2d.
- ↑ Christian Nutt (December 22, 2015). "New version of free LÖVE 2D game framework adds mobile support" (in en). http://www.gamasutra.com/view/news/262568/New_version_of_free_LVE_2D_game_framework_adds_mobile_support.php.
- ↑ "love.touch - LOVE". https://love2d.org/wiki/love.touch. Retrieved 7 August 2023.
- ↑ "love.joystick - LOVE". https://love2d.org/wiki/love.joystick. Retrieved 7 August 2023.
- ↑ "utf8 - LOVE". https://love2d.org/wiki/utf8. Retrieved 7 August 2023.
- ↑ "Image Formats - LOVE". https://love2d.org/wiki/Image_Formats. Retrieved 7 August 2023.
- ↑ "Audio Formats - LOVE". https://love2d.org/wiki/Audio_Formats. Retrieved 7 August 2023.
- ↑ "love.video - LOVE". https://love2d.org/wiki/love.video. Retrieved 7 August 2023.
- ↑ "love.physics - LOVE". https://love2d.org/wiki/love.physics. Retrieved 7 August 2023.
- ↑ "socket - LOVE". https://love2d.org/wiki/socket. Retrieved 7 August 2023.
- ↑ "lua-enet - LOVE". https://love2d.org/wiki/lua-enet. Retrieved 7 August 2023.
- ↑ "BYTEPATH on Steam". https://store.steampowered.com/app/760330/BYTEPATH/. Retrieved 7 August 2023.
- ↑ "BLUE REVOLVER". http://bluerevolvergame.com/. Retrieved 7 August 2023.
- ↑ "Warlock's Tower on Steam". https://store.steampowered.com/app/530370/Warlocks_Tower/. Retrieved 7 August 2023.
- ↑ "oh my giraffe · a delightful game of survival". https://www.ohmygiraffe.com/. Retrieved 7 August 2023.
- ↑ "Aeon of Sands - The Trail on Steam". https://store.steampowered.com/app/907820/Aeon_of_Sands__The_Trail/. Retrieved 7 August 2023.
- ↑ "Metanet Hunter G4 by NIGHT KAWATA". https://nightkawata.itch.io/metanet-hunter-g4. Retrieved 7 August 2023.
- ↑ "Moonring". https://dene.itch.io/moonring. Retrieved 12 January 2024.
- ↑ "Tiled" (in en). http://www.mapeditor.org/.
- ↑ "Simple Tiled Implementation". 8 April 2022. https://github.com/karai17/Simple-Tiled-Implementation.
- ↑ "Anim8" (in en). https://love2d.org/wiki/anim8.
- ↑ "An animation library for LÖVE" (in en). 8 April 2022. https://github.com/kikito/anim8.
- ↑ "[LIKO-12 V0.0.5 PRE An open-source pico-8-inspired game dev environment for love2d"]. September 18, 2016. https://love2d.org/forums/viewtopic.php?f=5&t=82913.
- ↑ "Lutro" (in en). 2 March 2022. https://github.com/libretro/libretro-lutro.
- ↑ RobLoach (December 26, 2017). "ChaiLove - Another Take on 2D Game Development" (in en). https://www.libretro.com/index.php/chailove/.
- ↑ "love.js" (in en). https://github.com/Davidobot/love.js.
- ↑ "g3d". https://github.com/groverburger/g3d.
External links
- "LÖVE GitHub repository" (in en). 10 April 2022. https://github.com/love2d/love.
Original source: https://en.wikipedia.org/wiki/LÖVE (game framework).
Read more |