I posted on some of the work I want to knock out for Quickly, and specifically regarding the PyGame template, there was this comment:
These look good. I just wanted to point out that if you haven't heard of it, sfxr (http://code.google.com/p/sfxr/) is often used in the indie game community and could help out with #3!
So, yeah, sfxr is quite cool. Just took a bit of Googling to find the dependencies needed to "make" it. I jammed out some sound effects in a matter of minutes. Thanks sfxr dev(s)!
Awesome, Rick. Didn't know this neat little app, thanks!
ReplyDeleteFor those too lazy to search for the dependencies, here they are:
build-essential libasound2-dev libasound2-plugins libsdl-dev libgtk2.0-dev