Search found 2 matches

by butch
Tue Sep 08, 2020 3:31 am
Forum: Support and Development
Topic: I don't how to set up Love
Replies: 2
Views: 5371

Re: I don't how to set up Love

Thank you, Pgimeno. I literally had the cart before the horse. I was starting out to learn Lua and then noticed all of the gaming that utilized it. It never occured to me that Love had Lua embedded. Thank you for the pointer to that tutorial. I think that at my current level I will pass on trying to...
by butch
Mon Sep 07, 2020 6:38 pm
Forum: Support and Development
Topic: I don't how to set up Love
Replies: 2
Views: 5371

I don't how to set up Love

I don't how to set up Love to work with Lua. My attempt to execute your sample function replies that love is nil:

function love.draw()
love.graphics.print("Hello World", 400, 300)
end

I am on MX Linux and have installed lua 5.3 and love 11.2.2 using Synaptic from the MX repositories.