Search found 53 matches

by genericdave
Sun Aug 21, 2011 11:55 pm
Forum: Libraries and Tools
Topic: RandomLua Library
Replies: 31
Views: 31541

Re: RandomLua Library

Alright, I figured out what the problem was. It works just fine in the .love file you posted. Before, however, I was using a non-love lua interpreter (specifically, AGen). I guess the way that different interpreters deal with variable sizes can cause different results. Love seems to play nicely with...
by genericdave
Tue Aug 09, 2011 12:39 am
Forum: Libraries and Tools
Topic: RandomLua Library
Replies: 31
Views: 31541

Re: RandomLua Library

It seems to be completely broken on osx. Here's my output from your example: 6 3 4 10 1 5 5 1 6 7 9 1 1 9 7 1 6 9 5 4 1 3 3 1 6 1 5 10 1 3 9 10 6 9 9 1 1 3 1 3 0 38011930 2.22129e+09 0 50726607 3.00238e+09 0 4194433 3.83448e+09 0 Totally different from your results and not random in the slightest. I...
by genericdave
Wed Apr 06, 2011 11:56 pm
Forum: Libraries and Tools
Topic: Grace (Alpha 4) - object-oriented framework for LÖVE
Replies: 26
Views: 13570

Re: Grace (Alpha 4) - object-oriented framework for LÖVE

I'm not sure how I missed your hump library. I will be checking it out. It definitely has promise. I am not sure about that. It's hard to maintain your requirements "simple", "pluggable", "easily modifiable" and especially "doesn't restrict you by trying to do ever...
by genericdave
Wed Apr 06, 2011 9:14 am
Forum: Libraries and Tools
Topic: Grace (Alpha 4) - object-oriented framework for LÖVE
Replies: 26
Views: 13570

Re: Grace (Alpha 4) - object-oriented framework for LÖVE

I actually didn't try to wrap everything off the bat Yeah, you're right. A better way of putting it would be to say that you seemed to be spreading yourself too thin. You have a lot of code, but nothing really cohesive. In other words, you didn't try to wrap everything off the bat, but that was the...
by genericdave
Wed Apr 06, 2011 8:15 am
Forum: Support and Development
Topic: SVG support ?
Replies: 9
Views: 2539

Re: SVG support ?

Check out the demos (agenoria.exe) in my own little engine (and bitter Love rival :)) I would if it ran on something besides windows. Get that thing up and running on the three major operating systems and give it a clear, liberal license (for the binaries, I mean). Then we'll start talking about &q...
by genericdave
Wed Apr 06, 2011 7:43 am
Forum: General
Topic: Offline LÖVE documentation for download
Replies: 106
Views: 619271

Re: Offline LÖVE documentation for download

Robin wrote:The reverse is simpler.
Makes sense.
by genericdave
Wed Apr 06, 2011 5:51 am
Forum: Support and Development
Topic: SVG support ?
Replies: 9
Views: 2539

Re: SVG support ?

I'm surprised. Aparrently, Cairo has something implemented. Who knows? Maybe this is more feasible than I thought. We just need an uber-programmer to come along and do the black magic necessary to implement it (I guarantee it would be complicated as hell).
by genericdave
Wed Apr 06, 2011 5:03 am
Forum: Libraries and Tools
Topic: Grace (Alpha 4) - object-oriented framework for LÖVE
Replies: 26
Views: 13570

Re: Grace (Alpha 4) - object-oriented framework for LÖVE

Edit: Added another bullet point. Another Edit: Added suggestions for critical components. I think this is a step in a good direction for you. I've looked at your Grace lib, and while it's impressive, it's huge. This, in itself, is not a bad thing, but the problem is that you were trying to wrap eve...
by genericdave
Wed Apr 06, 2011 4:10 am
Forum: Support and Development
Topic: SVG support ?
Replies: 9
Views: 2539

Re: SVG support ?

This would be an insanely huge undertaking. As far as I know, the only active library that does this is Qt4. There's no way we'll be seeing this happening in love unless some sort of amazingly awesome, open sourced, actively maintained, easily pluggable library suddenly springs into existence. Even ...
by genericdave
Wed Apr 06, 2011 3:57 am
Forum: General
Topic: Offline LÖVE documentation for download
Replies: 106
Views: 619271

Re: Offline LÖVE documentation for download

It'd be sweet to have a little löve cheat sheet! I'm sure it would be easy enough to export any PDF to html so that it could go up on the website as well. I fully endorse this sweet PDF idea.