Search found 128 matches

by Darlex
Mon May 14, 2018 10:17 pm
Forum: Support and Development
Topic: Live coding on Linux with LÖVE
Replies: 11
Views: 6692

Re: Live coding on Linux with LÖVE

local lastModified function love.load() lastModified = os.time() end function reload(path) local result, chunk result, chunk = pcall(love.filesystem.load, path) if not result then print("chunk error: " .. chunk) return false end result, chunk = pcall(chunk) if not result then print("...
by Darlex
Mon May 14, 2018 10:15 pm
Forum: Support and Development
Topic: Live coding on Linux with LÖVE
Replies: 11
Views: 6692

Re: Live coding on Linux with LÖVE

I downloaded the LÖVE2D app on my phone and I just loaded the main.lua on it, But doesn't work

Pd: Sorry, my English is so bad :(
by Darlex
Sat Mar 10, 2018 3:17 pm
Forum: Support and Development
Topic: Live coding on Linux with LÖVE
Replies: 11
Views: 6692

Re: Live coding on Linux with LÖVE

Doesn't work on Android :(
Just stays on black
by Darlex
Sun Mar 04, 2018 1:41 am
Forum: Libraries and Tools
Topic: [Library] Popo
Replies: 27
Views: 21245

Re: [Library] Popo

:( github error 404
by Darlex
Thu Feb 22, 2018 8:31 pm
Forum: Support and Development
Topic: How I make collision affect objects?
Replies: 1
Views: 1528

How I make collision affect objects?

Hello ^^ ! I'm new on lua and I need help adding box colission to my objects

EXAMPLE: i have a wall and a character but the character just pass through the wall, How I do the character collide with the wall?

(Sorry for my bad English :? )
by Darlex
Sun Sep 24, 2017 10:09 am
Forum: Libraries and Tools
Topic: paddy - touchscreen controls
Replies: 4
Views: 7174

Re: paddy - touchscreen controls

Amazing! Feels great, Works great and Looks great. Thanks to help me to my game developing!