Page 1 of 1

Fixed Cupid for 0.9.0

Posted: Sat Jan 25, 2014 2:56 pm
by pib
Hey everybody, I was trying to use Cupid with 0.9.0 and realized that it was super-broken with the new version. Lots of API changes and a change of how the love table is instantiated in boot.lua (I think that's the cause of the "window" problem).

Anyway, I spent some time last night and this morning fixing it up, and I have it working on 0.9.0 now!

My fork: https://bitbucket.org/pib/cupid

Things that are specifically working so far:
  • Not crashing at startup :D
  • Console dropping down, typing commands, catching print output
  • Watcher/Reloading
  • Physics debug overlay
  • Temporal control (using "[" and "]" to speed up and slow down time)
So, I think that's everything, actually.

Thanks basicer for writing this library and now that I've got it working with 0.9.0 I'm looking forward to using it during the global game jam today and tomorrow :D

Re: Fixed Cupid for 0.9.0

Posted: Sat Jan 25, 2014 3:08 pm
by Snuux
Thanks, very usefull!)