Re: Errors while binding ODE to Perl

2010-08-23 Thread breno
On Mon, Aug 23, 2010 at 10:36 AM, kmx k...@volny.cz wrote: Hi Kartik, 1/ check whether you are linking with -lstdc++ Yup, that was it. We actually figured it out a couple of hours after he posted this, and forgot to post a follow-up. The code you tested likely already had this implemented,

The SDL Perl Game Contest!

2011-02-25 Thread breno
at how much you can accomplish in just a few hours with SDL Perl :) Oh, there's one extra rule, actually, and that's mandatory - HAVE FUN!! :) Cheers, breno (garu)

The SDL Perl Game Contest!

2011-02-25 Thread breno
Everyone know that by far the Coolest Game Everâ„¢ is the one *you* write, from that silly idea you had the other day to a playable game you and your friends can enjoy. This march, the SDL Perl team is going to help you take that project out of your dusty drawer of TODOs and turn it into a reality,

SDL Perl Game Contest - week 1 roundup

2011-03-08 Thread breno
As you probably know, last week we started the SDL Perl Game Contest (more like a Game Challenge, as people pointed out), where you have to write one game per week throughout the entire month of March! So far we had some awesome entries - people really stood up to the challenge! Check them out:

Re: SDL Perl Game Contest - week 1 roundup

2011-03-08 Thread breno
On Tue, Mar 8, 2011 at 6:36 AM, Thomas Klausner d...@cpan.org wrote: PS: I tried to convert my old SpaceInvader hack from YAPC::Europe 2008 to SDLx-stuff (during Dutch Perl Workshop last weekend, and on my train journey back..), but I had some problems. I'll post them later (now at work), but

The SDL Perl Game Contest - week 2 roundup!

2011-03-16 Thread breno
Yes, I know it's already wednesday, sorry for the delay! The SDL Perl Game Contest continues - I should know, I'm about halfway through my third game now! - and last week we had some real nice entries. Check 'em out! Wheel of Fortune, by Tobias Leich (FROGGS)

The SDL Perl Game Contest - week 4 roundup

2011-04-02 Thread breno
Hi everyone! Sorry for delaying this post, it's been one hellish week... Wow, 4 weeks already... can you believe it? I'm really sad this is the last round of the SDL Perl Game Contest - I guess time flies when you're having fun - but I'm also pretty excited to show you guys the awesome entries

Re: PerlGameDev Annonces, Aftermath YAPC::NA

2011-07-01 Thread breno
hopefully will make it even easier for newcomers to create nice games in Perl. Porting the games we made during the Game Contest onto CPAN was also requested, and next on the list for me. Have a nice trip! breno

Re: Introducing Play Spine

2013-04-26 Thread breno
Cool! Keep it up! =) On Thu, Apr 25, 2013 at 4:53 PM, Kartik Thakore thakore.kar...@gmail.comwrote: Hey Guys, So I have been using http://backbonejs.org/docs/backbone.html and templates for web development a lot and I was thinking it would be great if we had that for game dev in perl.

Re: Problems Installing SDL

2017-06-05 Thread breno
Hello! After downloading/unpacking the SDL dist, try adding the following line to the top of inc/My/Builder/Darwin.pm: use File::Spec::Functions qw(rel2abs); and let us know how the build goes. If it still fails, please let us know the output of: * perl -V (note capital V) * set | grep -e