THRIVE PILOT
Ad

THRIVE PILOT

Hi there! Welcome to Thrive Pilot Network.

thrivepilot

Announcement

Download L&VE 11.5

Community

If you get stuck, many friendly people are ready to help you at the forums. Be warned, however, that it sometimes gets too friendly.

People also post their games and projects on the forums, so it's a nice way of exploring what L&VE can do. Or at least what people choose to use it for.

There is also a Discord server and a subreddit.

Get in touch with us on twitter @obey_love.

Open Source

L&VE is licensed under the liberal zlib/libpng license. This means that:

  • It costs nothing.
  • You can use it freely for commercial purposes with no limitations.

The source can be found on GitHub.

Examples

It’s pretty easy to get started with L&VE, just check out these code snippets.

Drawing text
function love.draw()
love.graphics.print("Hello World!", 400, 300)
end
Drawing an image
function love.load()
whale = love.graphics.newImage("whale.png")
end
function love.draw()
love.graphics.draw(whale, 300, 200)
end
Playing a sound
function love.load()
sound = love.audio.newSource("music.ogg", "stream")
love.audio.play(sound)
end

Check out some more tutorials on the wiki.

Games

L&VE has been used for commercial projects, game jams, prototyping, and everything in between. Here are a few examples.

User info

Welcome, Guest! Please login or register.


You are here » thrivepilot


Forum

Marketing

Forum Topics Posts Last post

Marketing

Marketing
1 1 tagmo
2024-07-02 00:49:20 - admin

You are here » thrivepilot


Ôîðóìû © Ys.tj