Kits de développement multiplateformes et moteurs pour créer des applications interactives et des jeux avec le langage Lua.
LÖVE is a cross-platform game engine and framework for developing two-dimensional games using the Lua programming language. It provides a 2D graphics API for rendering shapes, images, and sprites across multiple desktop and mobile platforms. The framework enables the development of a single codebase that can be deployed to Windows, macOS, Linux, Android, and iOS. It utilizes a Lua-based scripting interface to control internal engine systems. The project covers 2D game development, mobile game development, and cross-platform game deployment.
LÖVE is a cross-platform framework that lets you build 2D games and applications using Lua, with built-in support for graphics, audio, input, and windowing, though its core is implemented in C++ rather than pure Lua.