Search found 6 matches

by mutantant
Sat Aug 01, 2020 4:39 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352668

Re: Löve Frames - A GUI Library

UPDATE: It was a bug in a 3rd party lib used by LoveFrames if LoveFrames is required from a directory other than the root game directory. See https://github.com/linux-man/LoveFrames/issues/6 , I posted a quick fix until the lib is updated, and the creator of LoveFrames has been notified will do what...
by mutantant
Sat Mar 23, 2019 8:50 pm
Forum: Support and Development
Topic: binser + middleclass, I think I'm confused...
Replies: 2
Views: 2542

[Solved by changing libs] Re: binser + middleclass, I think I'm confused...

I've only used Bitser (https://github.com/gvx/bitser) myself, but I think the issue is that you're registering an instance of a class, as opposed to the class itself. ie. from your example code instead of somevariable = binser.registerClass(testclass) -- passing an instance of Testclass do somevari...
by mutantant
Sat Mar 23, 2019 7:54 pm
Forum: Support and Development
Topic: binser + middleclass, I think I'm confused...
Replies: 2
Views: 2542

binser + middleclass, I think I'm confused...

Hey all. I'm hoping someone who has used a serializer and middleclass together can help me. I seem to be confused. Tried, as a test, to serialize a middleclass class, and then deserialize it. Obviously, in the docs for binser, middleclass is a supported "custom" mapping for binser to use. ...
by mutantant
Wed Feb 06, 2013 11:58 pm
Forum: General
Topic: Can anyone tell me if LÖVE is right for me?
Replies: 5
Views: 9657

Re: Can anyone tell me if LÖVE is right for me?

I read the web article on speed differences. I noticed, though it fared poorly in the speed tests, the author still had nice things to say about ease of use, etc. And frankly I can't imagine ever nearing a 6000 sprite threshold in an average 2d game, at least without going nuts with particles or wh...
by mutantant
Wed Feb 06, 2013 4:15 am
Forum: General
Topic: Can anyone tell me if LÖVE is right for me?
Replies: 5
Views: 9657

Re: Can anyone tell me if LÖVE is right for me?

Thanks for the replies. I read the web article on speed differences. I noticed, though it fared poorly in the speed tests, the author still had nice things to say about ease of use, etc. And frankly I can't imagine ever nearing a 6000 sprite threshold in an average 2d game, at least without going nu...
by mutantant
Tue Feb 05, 2013 12:22 am
Forum: General
Topic: Can anyone tell me if LÖVE is right for me?
Replies: 5
Views: 9657

Can anyone tell me if LÖVE is right for me?

Hello to you all. I have been following this project for a while, and played with it here and there. However, I am looking to create a real game and I am banging my head in indecision on just what to do for the engine. I am the kind of guy that will let a form of 'tool paralysis' set in, looking at ...