Search found 6 matches

by benob
Sat Apr 18, 2009 11:18 pm
Forum: Support and Development
Topic: Regenerating the swig binding
Replies: 5
Views: 5954

Re: Regenerating the swig binding

Thanks, Rude. Did you drop swig prior to 0.5.0, or is it in the svn? I read a few threads about the future of love. Are your plans to bury it? Maybe you should let the community get more involved in the development, by stabilizing the svn and documenting a little bit the roadmap/how-to-contribute st...
by benob
Thu Apr 16, 2009 12:56 am
Forum: Support and Development
Topic: Regenerating the swig binding
Replies: 5
Views: 5954

Re: Regenerating the swig binding

I'm still interested by how to regenerate swig bindings. Anyone?
by benob
Sat Apr 11, 2009 9:26 pm
Forum: Support and Development
Topic: Regenerating the swig binding
Replies: 5
Views: 5954

Re: Regenerating the swig binding

I ended up hand-generated the missing binding ;) I'm sharing the contact code with the community as it's been requested here http://love2d.org/forum/tracker.php?p=2&t=31 basically, I added a "getType()" function to contacts. The returned value is: 0 = add contact 1 = persist contact 2 ...
by benob
Sat Apr 11, 2009 9:06 pm
Forum: Support and Development
Topic: noob help
Replies: 5
Views: 5545

Re: noob help

you might find that helpful: .love files are actually .zip files ;)
otherwise, post your source here.
by benob
Sat Apr 11, 2009 9:03 pm
Forum: Support and Development
Topic: Other (programming) languages...
Replies: 6
Views: 8075

Re: Other (programming) languages...

have you tried pygame and rubygame? they offer the same kind of functionality as love (I don't mean to drive you away from love).
by benob
Sat Apr 11, 2009 6:34 am
Forum: Support and Development
Topic: Regenerating the swig binding
Replies: 5
Views: 5954

Regenerating the swig binding

I complemented the contact callback function of love.physics in order to get remove/persist events, but I can't figure out how to regenerate the bindings. There are no *.i files in the 0.5 source package neither in the svn. Where should I look?
Thanks.