mef — 10/10/2022, 5:13:11 PM

LÖVE is a pretty cool engine, I made the base of a platformer in it using my own code for (square) collision and movement

♥ 2 ↩ 0 💬 10 comments

comments

late:

lua is simpler than python which makes it better imo

10/10/2022, 5:15:17 PM
mef:

and faster, and has a way better array system (in lua arrays are called tables and are a bajillion times better than python’s arrays)

10/10/2022, 5:17:34 PM
late:

no classes in lua :(

but theres metatables

10/10/2022, 5:18:17 PM
non-biased-news:

lua is pretty good. the playdate sdk can use it, and you can use LÖVE with it.

10/10/2022, 5:34:58 PM
mef:

yeah, I didn’t know the playdate used lua too

10/10/2022, 5:36:10 PM
non-biased-news:

it can also use C

10/10/2022, 5:48:51 PM
mef:

O: I’ve never used C before (besides C# in unity)

10/10/2022, 5:59:25 PM
non-biased-news:

hmm.. i haven’t used it either, but it seems cool

10/10/2022, 5:59:59 PM
lily:

c isn’t c#

10/11/2022, 7:36:14 AM
mef:

IK, its just the closest thing to C that I’ve used

10/11/2022, 10:37:08 AM