Difference between revisions of "Main Page"
(Update offline docs link) |
(remove offline download for now, has been broken for a while) |
||
Line 19: | Line 19: | ||
* [[Version History]] | * [[Version History]] | ||
</div> | </div> | ||
− | |||
− | |||
== Lua == | == Lua == |
Latest revision as of 23:12, 19 January 2022
Welcome
As you probably know by now, LÖVE is a framework for making 2D games in the Lua programming language. LÖVE is totally free, and can be used in anything from friendly open-source hobby projects, to evil, closed-source commercial ones.
Some interesting places to go from here:
- Getting Started
- Building LÖVE
- Tutorials
- love (The module)
- Game Distribution
- Config Files
- License (Free!)
- Games
- Libraries
- Software
- Snippets
- Version History
Lua
Never used Lua before? It's a really cool language! This manual won't teach you Lua, but fortunately there are other good resources for that.
Hello World
This is the full source for 'hello world' in LÖVE. Running this code will cause an 800 by 600 window to appear, and display white text on a black background.
function love.draw()
love.graphics.print('Hello World!', 400, 300)
end
Editing the wiki
Please read the Guidelines before editing the wiki!
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info