Switch language한국어
Back to the list

LÖVE: 2D Game Framework for Lua

TL;DR AI

Key summary

1 min read
  1. LÖVE is an open-source 2D game framework that uses Lua for scripting and supports projects packaged as zip files appended to its executable.

  2. The framework is built on SDL2 to provide cross-platform capabilities.

  3. Many developers use the repository HEAD rather than the latest official release for improved performance and compatibility.

Read the original