Search found 4 matches

by IdahoEv
Wed Mar 23, 2011 10:18 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1504427

Re: What's everyone working on? (tigsource inspired)

My girlfriend and I are working on the 2d proof-of-concept for a game that, if it goes anywhere, will be something like a 3D DwarfFortress in space. Mine/disassemble planets and asteroids, build megastructures (orbital habitats! beanstalks! halos! niven rings!) , defend your system from marauding al...
by IdahoEv
Wed Mar 23, 2011 9:51 pm
Forum: Support and Development
Topic: Drawing ellipses
Replies: 1
Views: 2927

Drawing ellipses

I hacked an addition to the current version of love that adds love.graphics.ellipse(). (I needed it to draw noncircular planetary orbits). I've sent a pull request to rude, but in case anyone else wants to draw ellipses in the meantime, you can get it here: https://bitbucket.org/IdahoEv/love Usage: ...
by IdahoEv
Wed Mar 23, 2011 9:42 pm
Forum: Support and Development
Topic: Compiling on Mac OS X
Replies: 3
Views: 2219

Re: Compiling on Mac OS X

Thanks, that took care of it! I went ahead and built the function I needed and issued a pull request. I'll put a separate post up about it in case anyone else wants the code in the meantime.
by IdahoEv
Wed Mar 23, 2011 8:46 pm
Forum: Support and Development
Topic: Compiling on Mac OS X
Replies: 3
Views: 2219

Compiling on Mac OS X

Note: downloading the frameworks described here http://love2d.org/forums/viewtopic.php?f=4&t=2239&p=23946&hilit=compiling#p23946 helps a lot when trying to build love on the mac. Anyway, like the previous poster I'm trying to build Love on the mac so I can add some functionality for my g...