Search found 5 matches

by rd_
Sun Nov 22, 2020 7:22 pm
Forum: Support and Development
Topic: [solved] weird issue when auto importing classes - using BYTEPATH tutorial
Replies: 3
Views: 3740

Re: weird issue when auto importing classes - using BYTEPATH tutorial

ah, OKAY, that is helping a ton. One of the terms I didn't get a handle on yet was 'identifier'. Thanks for explaining the difference between file name as an identifier and class name as an identifier. With that in mind, what's the point of making all these classes local if I end up requiring them a...
by rd_
Sun Nov 22, 2020 3:08 pm
Forum: Support and Development
Topic: [solved] weird issue when auto importing classes - using BYTEPATH tutorial
Replies: 3
Views: 3740

[solved] weird issue when auto importing classes - using BYTEPATH tutorial

I'm going through the BYTEPATH tutorial and it's asking me to work out a function that automatically imports my module files. After searching and fiddling, I have something that works. Just one weird thing I can't figure out. Any global modules get their class-table-object imported in camelcase, jus...
by rd_
Tue Nov 17, 2020 9:20 am
Forum: Support and Development
Topic: looking for examples of how to use love.filesystem.getInfo()
Replies: 1
Views: 2898

looking for examples of how to use love.filesystem.getInfo()

Hi, I'm trying to update some examples of the recursiveEnumerate function found on the BYTEPATH tutorial and also on the love wiki. I got a message that love.filesystem.isFile and love.filesystem.isDirectory have been replaced with love.filesystem.getInfo Using the wiki, I couldn't figure out how to...
by rd_
Wed Jul 31, 2019 7:11 pm
Forum: Support and Development
Topic: did someone made attempt to compile love2d using mingw?
Replies: 1
Views: 4112

Re: did someone made attempt to compile love2d using mingw?

I have tried and no success. Did you ever get it to compile? I use msys2.
by rd_
Fri Jul 26, 2019 9:15 pm
Forum: Support and Development
Topic: help installing on msys2, mingw
Replies: 0
Views: 4308

help installing on msys2, mingw

Hi

I'm trying to install love on msys2 because that's where I do all of my development on Windows 10. I tried to compile from source but ran into error after error until it was impossible to fix them all.

Any tips on doing this?