LÖVE is an open-source framework for developing 2D games in the Lua programming language. It provides developers with useful libraries and a high-performance renderer without imposing a specific design.
LÖVE: Open-Source Framework for 2D Game Development
LÖVE is an open-source framework for developing 2D games in the Lua programming language. It provides developers with useful libraries and a high-performance renderer without imposing a specific design.
What is LÖVE?
LÖVE is an open-source framework for developing 2D games in the Lua programming language. It allows developers to create games and multimedia applications using the flexible Lua scripting language. Some key aspects of LÖVE include:
High-performance 2D graphics rendering using OpenGL
Bindings to libraries like OpenGL, OpenGL ES, SDL and OpenGL
Support for inputs like keyboard, mouse and gamepads
Flexible and modular design that doesn't impose specific structures
Active community behind framework development and maintenance
LÖVE makes 2D game development accessible by providing powerful functionality out of the box without a lot of boilerplate code. Games built with LÖVE run on Windows, macOS, Linux, Android and iOS. The framework is a good fit for small indie games or game jams thanks to its simplicity and extensive documentation.
LÖVE Features
Features
Uses Lua scripting language
Open source and free
Cross-platform
Good performance
Integrated with LuaJIT for faster performance
Math and physics libraries
Audio and graphics support
Active community and documentation
Pricing
Open Source
Pros
Free and open source
Easy to learn Lua scripting
Good performance for 2D games
Cross-platform support
Large community and many examples/tutorials
Very customizable and flexible
Cons
Limited to 2D game development
Less beginner-friendly than game engines like Unity
Smaller user base than major commercial engines
Less asset store and pre-built content
Can require more coding work than visual game builders
Godot Engine is a feature-packed, cross-platform game engine designed for 2D and 3D game development. It is completely free and open source under the MIT license.Some key features and capabilities of Godot Engine include:Intuitive and easy-to-use interface for quick development iterationsComprehensive set of 2D and 3D nodes for crafting game...
Roblox Studio is a powerful yet easy-to-use game creation tool made by Roblox Corporation. It allows anyone to create immersive 3D multiplayer games and experiences with no prior coding knowledge required.With Roblox Studio, users can use the built-in editing and coding tools to design their own games, characters, environments, items,...
FreeBASIC is an open-source, free BASIC compiler that allows developers to create console, graphical GUI, and web applications on Windows, Linux, and macOS platforms. It is binary compatible with legacy BASIC compilers like QBasic and QuickBASIC, making it easy to port old BASIC code to FreeBASIC.Some key features of FreeBASIC...
Rogue Engine is an open-source, C# game engine designed specifically for developing roguelike games. It handles many common roguelike development tasks out of the box so developers can focus on content and gameplay.Some key features of Rogue Engine include:Flexible map generation with built-in algorithms like cellular automata, drunkard walk, various...
Tululoo Game Maker is a free and open-source game engine designed for creating 2D video games. It provides a drag-and-drop interface and visual scripting tools to build games without needing to write code.Some key features of Tululoo Game Maker include:Intuitive visual editor for designing game levels and artworkEvent-driven programming system...
Game Editor is a software application used by game developers to create and modify video games of all genres and platforms. It provides a wide range of tools to design and manipulate all aspects of a game such as:Game worlds - Create 2D and 3D environments, landscapes, levels etc.Characters -...
GameSalad is a drag and drop game building software designed to allow anyone to create professional-quality 2D games quickly and easily without needing to know how to code. It uses a visual programming interface and behavior-based logic system to enable game development via simple building blocks that control game objects...
QICI Engine is a free, open-source graphic design and video editing software for Windows, Mac and Linux. It provides a wide range of professional-level tools for creating graphics, editing photos and videos, animating objects, web design, and more.Some of the key features of QICI Engine include:Intuitive and easy-to-use interface with...
GeeXLab is a free and open source Java development environment aimed primarily at beginner and intermediate developers. It provides an integrated graphical user interface for working with Java code, rather than needing to work from the command line.Key features of GeeXLab include:Code editors with syntax highlighting, auto-complete and other coding...
Amulet is an open-source game engine and creative coding tool that allows developers and creators to build 2D and 3D games and interactive applications using Python. It features a visual node-based scripting system that enables drag-and-drop coding without the need to write lines of code.Some key capabilities and features of...
Smile Game Builder is a game development engine and editor for creating 2D video games without needing to write any code. It uses a graphical, drag-and-drop interface along with pre-made game assets, backgrounds, characters and templates to allow anyone to build their own games.With Smile Game Builder, you can create...
Duality is an open-source, cross-platform 2D game engine and integrated development environment. It allows both visually-oriented designers and hardcore programmers to build games quickly and easily.Some key features of Duality include:Intuitive visual editor for quick scene prototypingModular systems for physics, graphics, audio, AI, and moreC# scripting access with CodeDOM compilationReal-time...
Phaser is an open source HTML5 game framework that utilizes WebGL and Canvas for rendering. It is designed to create 2D browser games that can run across both desktop and mobile devices.Some key features of Phaser include:Fast performance with native browser rendering and optimizationsSupport for input via mouse, keyboard, touch,...
CrossBrowdy is a free, open-source web browser developed by CrossPlatform Corp. It works on Windows, MacOS, Linux, iOS, and Android, providing a consistent browsing experience across devices and operating systems.The standout feature of CrossBrowdy is its highly customizable interface. Users can tweak everything from the position of the address bar...
TyranoBuilder is a powerful yet easy-to-use visual novel engine and interactive fiction creator. It allows users to create complex branching narrative games and visual novels without needing to know how to code.With TyranoBuilder's intuitive drag-and-drop interface, you can layout game scenes, integrate character sprites and backgrounds, and craft engaging dialogues...
Wick Editor is a free and open-source visual programming tool for creating 2D animation and interactive stories. It features a node-based interface that allows users to build games, animations, and other interactive media without needing to write code.Some key features of Wick Editor include:Intuitive drag-and-drop interface for creating animations and...
raylib is an open-source, cross-platform library for game development and multimedia applications. It is written in C and can be used with multiple programming languages via bindings. raylib aims to provide simple, easy-to-use tools for creating games and applications with 2D and 3D graphics, inputs, audio, etc.Some key features and...
Bitmelo is a music and audio streaming platform launched in 2019 that focuses on high quality, lossless audio formats. Unlike more mainstream services like Spotify that use lossy compression like MP3 to deliver music, Bitmelo streams songs in formats like FLAC and ALAC that preserve full audio fidelity.With Bitmelo, listeners...
The Defold Engine is a free and open source 2D game engine developed by King for building cross-platform games. Some key things to know about Defold:Uses the Lua programming language which is easy to learn yet powerful for scripting game logic and behaviorsBuilt-in editor allows you to rapidly build and...
Gideros Studio is a cross-platform integrated development environment focused on game development. It allows developers to create 2D games for mobile devices (iOS and Android), desktop platforms (Windows, Mac and Linux) as well as HTML5 games playable in web browsers.Using the Lua scripting language and the Gideros framework, games can...
The Bevy Game Engine is an open-source game engine written in Rust that is focused on usability, performance, and productivity. Some key things to know about Bevy:It utilizes the Entity Component System pattern which provides a flexible and extensible architecture for game development.Bevy is written in Rust which gives it...
Stencyl is a game development tool designed to allow anyone to create 2D video games, even with no coding experience. It uses a drag-and-drop interface that allows users to quickly assemble gameplay elements like characters, obstacles, goals and powerups to build platformers, puzzle games, arcade games and more.One of Stencyl's...
Pyglet is a powerful, yet easy to use Python library for developing graphical user interface (GUI) applications and games. Here is an overview of some of its key capabilities:Cross-platform support - Pyglet works on Windows, Mac, and Linux with the same codebase.Hardware-accelerated graphics - It leverages GPUs for fast 2D...
Construct Classic is a 2D game creation software designed for non-programmers and indie developers. It utilizes a drag and drop interface and event-based logic system that enables users to build 2D games without needing to write code.Some key features of Construct Classic include:Intuitive drag and drop interface to add sprites,...
ct.js is a lightweight JavaScript library for building user interfaces and web applications. It was created by Ryan Carniato and first released in 2021 as an open source project.Some key features of ct.js include:Virtual DOM diffing algorithm for fast performanceSimple API for creating reusable UI componentsSmall bundle size (around 5kb...
HaxeFlixel is a feature-rich, open source, free 2D game engine that allows developers to create cross-platform games using the Haxe programming language and OpenFL rendering library. It is inspired by FlashPunk and provides a similar API, making it easy for Flash developers to get started with HaxeFlixel.Some key features of...
microStudio is a versatile graphics and animation software designed for hobbyists, indie developers, students, and other artists interested in 2D and 3D content creation. It comes packed with an intuitive and accessible toolset focused on key artwork and animation capabilities.Some of the core features of microStudio include:Powerful 2D vector and...
LibGDX is an open source, cross-platform game development framework written in Java that allows developers to write game code once and easily deploy it to desktop, mobile, and web platforms. Some key features of LibGDX include:Powerful 2D and 3D rendering capabilities using OpenGL ESCross-platform support for desktop (Windows, Mac, Linux),...
AGKSharp is a C# game development engine and integrated development environment (IDE) based on the App Game Kit (AGK) game engine. It allows creating 2D and 3D cross-platform video games using C# and the .NET framework.Key features of AGKSharp include:Write games completely in C# using Visual Studio or the custom...
GameCraft is an open-source, free game engine and editor that enables users of all skill levels to create 2D and 3D video games with no coding required. It features a robust visual editor that allows dragging and dropping of assets to build game levels, mechanics, and events quickly and easily.Key...
Cocos Creator is a free, cross-platform, game development engine and integrated development environment launched by Chukong Technologies in 2015. It allows developers to build 2D and 3D games as well as other graphical applications such as animations and presentations using JavaScript, TypeScript, or Lua as the scripting language.Some key features...
Moai SDK is an open source 2D game engine designed specifically for mobile game development. It allows developers to build games for iOS, Android, HTML5, Windows, Mac and Linux platforms using a single code base written in the Lua scripting language.Some key capabilities and features of Moai SDK include:Uses Lua...
Pygame is a free and open-source cross-platform library for the Python programming language specifically designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.Some key features of Pygame include:Hardware-accelerated 2D graphics including sprites and image/tilemap loading and manipulationPlaying MP3,...
SpriteKit is a 2D game engine developed by Apple for iOS, macOS, tvOS and watchOS. It provides a full-featured framework optimized specifically for building high-performance 2D games. SpriteKit handles basic game infrastructure like rendering sprites, textures, particles and other visual content, performing physics simulations and detecting collisions so developers can...
MonoGame is an open source implementation of the Microsoft XNA 4 Framework. It allows developers to create games that can run across multiple platforms including Windows, Mac, Linux, iOS, Android, as well as Xbox, PlayStation, and Nintendo consoles.Some key capabilities and benefits of MonoGame include:Open source MIT license so free...
Solar2D is a free and open source 2D game engine that allows developers to build high quality games for mobile, desktop, and web using the Lua programming language. Originally starting as Corona SDK in 2009, it was later open sourced in 2020 as Solar2D.Some key features and capabilities of Solar2D...
Flax Engine is an open-source C# game engine designed for high performance and extensibility. It uses a modern data-oriented architecture to allow building complex games with large, detailed worlds.Some key features of Flax Engine include:Scene system based on archetypes and chunked rendering for efficient handling of large worldsMultithreaded systems for...
nCine is a professional nonlinear video editing application developed by nablet for film, video, and multimedia content creators. It provides a complete editorial environment for video editing, compositing, motion graphics, visual effects, color correction, and audio post-production.Some key features of nCine include:Powerful timeline-based editing interface with support for multiple video/audio...
Cerberus X is an open-source remote access and remote administration software used as an alternative to proprietary solutions like TeamViewer. It provides secure remote control of computers and mobile devices in order to facilitate remote IT support, online meetings, collaboration, and more.Some key features of Cerberus X include:Cross-platform support -...
WADE (Web Application Defense) is an open-source web application firewall (WAF) designed to protect web applications from common web-based attacks such as cross-site scripting (XSS), SQL injection, remote file inclusion, and more. It works by analyzing HTTP requests sent to the web application and blocking requests that appear malicious based...
Monkey X is a cross-platform programming language and game development environment designed for multi-platform game creation. It uses a syntax similar to BASIC, making it easy for beginners to learn while still providing advanced features for experienced developers.Some key features and capabilities of Monkey X include:Uses a BASIC-like syntax that...
HARFANG 3D is an open-source 3D engine designed for building interactive 3D applications and games. Developed by Emmanuel Julien, HARFANG aims to provide an easy-to-use set of tools for creating immersive 3D experiences.Some key features of HARFANG include:Scene management with entities, components, and scriptingReal-time Physically Based Rendering, with support for...
melonJS is an open source JavaScript game engine for developing 2D games that can run in web browsers. Some key features of melonJS include:Lightweight and optimized for building 2D games targeting HTML5Extensive documentation and tutorials availableActive community forums for supportModules for asset management, physics, collisions, animations, parallax scrolling, and moreMobile...
Whitestorm.js is an open-source JavaScript framework aimed at accelerating 3D web development. It provides a complete toolset for building performant 3D web apps and games with WebGL and enabling rapid prototyping.Some key features of Whitestorm.js include:Modular architecture and lightweight footprintBuilt-in components like PhysicsEngine, Animator, assets LoaderReactive data flow and entity-component...
FNA (F#/.NET for Applications) is an open source reimplementation of the Microsoft XNA Game Studio 4 libraries. It allows .NET developers to write games and other graphical applications that run cross-platform on Linux, macOS, and Windows.FNA aims to provide a clean API for media-rich applications without the need for binary...
Ursina is an open-source 3D game engine for Python. It allows developers to create 3D games and applications with Python by providing a simple yet powerful API and tools.Some key features of Ursina include:Intuitive scenegraph system to organize game objects and componentsSupport for 3D modeling and importing assets from Blender...
RCBasic is a programming language and integrated development environment designed specifically for robot control and automation applications. It features an easy-to-learn BASIC syntax along with many built-in functions for controlling robots, manipulators, and other mechatronic devices.Some key features of RCBasic include:Simple BASIC-like syntax, ideal for beginners and hobbyistsBuilt-in functions for...
Heaps.io is an open-source, cross-platform game engine and integrated development environment (IDE) that allows developers to create high performance 2D and 3D games targeting Web, iOS and Android platforms from a single code base.Some key features of Heaps.io include:Uses Haxe programming language which allows targeting multiple platforms from same code...
Verge 3 is a powerful yet easy-to-use open-source video editor for Windows, Mac and Linux. Built on a node-graph architecture, Verge 3 provides a flexible workflow and enables complex visual effects with keyframe animation, masking, color grading and more.Some key features of Verge 3 include:Intuitive drag and drop interface perfect...
Kiwi.js is an open-source test automation framework built on CasperJS and designed for web application testing. It aims to simplify the process of creating automated user interface tests by providing a simple, well-documented API for writing clean and maintainable test scripts using JavaScript.Some key features of Kiwi.js include:Built on top...
Lite-C is a lightweight variant of the C programming language designed specifically for embedded systems and Internet of Things (IoT) applications where memory and processing resources are very limited.It retains the basic syntax and semantics of C, but removes many complex features like variable length arrays, recursive functions, and inline...
Novashell is an open-source web hosting control panel built for Linux-based web servers. It provides a graphical user interface and automated tools that simplify web server management and website administration for web hosts, web developers, and end users.Some key features of Novashell include:Intuitive control panel dashboard for managing domains, web...
Tilengine is an open-source, cross-platform 2D graphics engine for creating classic/retro 2D games similar to the ones made for 1990's game consoles like the Sega Genesis, Super Nintendo Entertainment System (SNES) or Nintendo Game Boy.The engine aims to provide a simple and friendly tool for developers to create games with...
The Piston game engine is an open source, modular game engine written in Rust. It is designed to provide high performance while still being easy to use and integrate into games.Some key features of Piston include:Modular design allowing developers to only use the parts they needAbstracts away low level details...
The Flixel Game Engine is an open source, free game-making library written entirely in ActionScript 3. It is designed for Flash and allows developers to create 2D games using Flash and ActionScript. Flixel provides a complete framework for building games, with useful tools and infrastructure like a fast 2D rendering...
Fabric Engine is an open-source plugin and framework for building high-performance graphics applications. It allows developers to build complex, interactive content by connecting modular building blocks called Canvases and KL Extensions.Some key features of Fabric Engine include:A visual programming environment for quick prototyping called CanvasA node-based authoring environment for building...
Arianne is an open source, cross-platform 3D virtual world engine and platform. Developed in C++, it allows users to create and connect to multi-user 3D environments and games.Some key features of Arianne include:Real-time 3D graphics and physics simulationSupport for 3D avatars, visual chat, and user interactionMultiplayer networking and social featuresCustomizable...
FlashPunk is an open source ActionScript 3 library designed for developing 2D Flash games with Adobe Flash/Adobe AIR. It provides useful classes, functions and tools that make development faster and easier compared to coding a Flash game from scratch.Some of the key features FlashPunk provides include:A fast, optimized game loop...
Polycode is an open source framework for creative coding and game development. It provides a complete set of tools for building interactive 2D and 3D applications, games, simulations and visualizations using C++ and Lua scripting.Some of the key features of Polycode include:Integrated 2D and 3D rendering engine powered by OpenGLSupport...
BlitzMax NG is a modern, fast and portable programming language optimized for developing high performance multi-platform software targeting desktop, console, mobile and web platforms. It uses an easy to learn BASIC-like syntax and is object oriented.BlitzMax can be used to create all kinds of 2D and 3D applications like video...
HaxePunk is an open-source, cross-platform 2D game framework powered by Haxe. It provides a set of classes and tools to streamline development of 2D games that can target multiple platforms like Flash, HTML5, PC/Mac, iOS, Android, and more.Some key features of HaxePunk include:Strong foundation of core game classes for graphics,...
GamePlay is an open-source C++ game engine designed for creating 2D and 3D games. It is developed mainly by an international team of volunteers and provides a full suite of game development tools.Some key features of GamePlay include:Scene graph management system for organizing game objects and handling transformsMaterials and shaders...