Page 1 of 4

Wikipedia page

Posted: Wed Jul 28, 2010 4:33 am
by Kordman916
In making a Wikipedia page separate from the Wiki page that already exists I realized that there isn't much information on LÖVE at all.

So I was wondering if you guys could post things that you may know about LÖVE so that I could take that information and contribute it to an official Wikipedia page.

Thanks in advance,
Kordman916

Re: Wikipedia page

Posted: Wed Jul 28, 2010 8:00 am
by bartbes
Don't bother, we used to have one, but it has been deleted "because of lack of press".

Re: Wikipedia page

Posted: Wed Jul 28, 2010 9:18 am
by Robin
bartbes wrote:Don't bother, we used to have one, but it has been deleted "because of lack of press".
Does OMG! Ubuntu! count as press?

Re: Wikipedia page

Posted: Wed Jul 28, 2010 9:42 am
by bartbes
Guess so.

Re: Wikipedia page

Posted: Wed Jul 28, 2010 10:28 am
by nevon
In related news, I just got the go-ahead from Ben. So I guess I should start writing that article now.

Re: Wikipedia page

Posted: Wed Jul 28, 2010 8:25 pm
by Tesselode
Remember to add it to the disambiguation page for "Love."

Re: Wikipedia page

Posted: Wed Jul 28, 2010 8:42 pm
by bartbes
Here comes the old page:

Code: Select all

{{portal|Free software|Free Software Portal Logo.svg}}
{{Infobox Software
| name = LÖVE
| logo = [[Image:LÖVE logo.svg|150px]]
| screenshot =
| caption =
| author = Anders Ruud, Michael Enger, Tommy Nguyen
| developer = LÖVE community
| latest_release_version = 0.6.2
| latest_release_date = {{Release date and age|2010|03|06}}
| programming language =
| operating_system = [[Cross-platform]]
| size = ≈ 2 [[Megabyte|MB]] (Windows [[Nullsoft Scriptable Install System|install]])<br> ≈ 6 [[Megabyte|MB]] (Mac OS X [[Apple Disk Image|DMG]])<br> ≈ 0.5 [[Megabyte|MB]] ([[deb (file format)|.deb package]])
| genre = [[Application Programming Interface|API]] / [[Game engine]]
| license = [[zlib License]]
| website = [http://www.love2d.org www.love2d.org]
}}

'''LÖVE''' (also LOVE) is a [[free and open source software|free]] [[cross-platform]] 2D framework<ref>"[http://www.love2d.org/faq LÖVE is a 2D game engine in which games can be made by using Lua scripts. Actually, it's more like a framework or library, but "engine" sells much better. So we lie."]</ref> for [[computer game]]s development. It is completely driven by the [[Lua programming language]].

The included functions provide programmers with access to video via the [[Simple DirectMedia Layer|SDL]] and [[OpenGL]] libraries, and audio via [[OpenAL]]. Font rendering is supported as well, through [[FreeType]].<ref>
[http://love2d.org/credits List of libraries utilised by LÖVE]</ref> In addition, the engine includes support for 2D physics using the [[Box2D]] library.<ref>
[http://love2d.org/wiki/love.physics LÖVE physics API documentation]</ref>

LÖVE is {{As of|2010|2|alt=currently}} maintained by Anders Ruud, Bill Meltsner and Bart van Strien.<ref>
[http://love2d.org/credits Author credits for LÖVE]</ref>

LÖVE is provided under the liberal [[zlib license]], allowing development of commercial products based on it.

There is also a version of the game engine that uses JavaScript called lov8.
== References ==
{{reflist}}

==External links==
* [http://www.love2d.org/ Love2d.org] — official site.
* [http://www.love2d.org/wiki LÖVE wiki] — tutorials and supplementary info.
* [http://www.love2d.org/forum LÖVE forum] — LÖVE community discussions.
* [http://code.google.com/p/lov8/ lov8] — LÖVE using [[Javascript]]

----
{{Free-software-stub}}
{{Lua programming language}}

[[Category:Free game engines]]
[[Category:Lua-scriptable game engines]]
[[Category:SDL programs]]
[[Category:Free software programmed in C++]]
[[Category:Cross-platform software]]

[[fr:LÖVE]]

Re: Wikipedia page

Posted: Thu Jul 29, 2010 7:42 am
by Robin
The infobox is ... somewhat outdated.

Re: Wikipedia page

Posted: Thu Jul 29, 2010 11:19 pm
by Luiji
I wrote this article and it got turned down, sadly. Feel free to canabalize it.

http://en.wikipedia.org/wiki/User:Topsfield99/L%C3%96VE

Re: Wikipedia page

Posted: Thu Jul 29, 2010 11:26 pm
by Kordman916
I have no idea why that was turned down...