^[[start|WinLibre SoC Home]]^ ====== Games Resources ====== ===== Sound / Effects ===== * Free/Libre Sound Effects: * http://www.partnersinrhyme.com/pir/PIRsfx.html (Public domain section) * WorldForge GPL Sound effects: https://svn.worldforge.org:886/svn/media/trunk/soundfx/ *OSS sofware synthetizer: http://zynaddsubfx.sourceforge.net/index.orig.html *OSS Cross-Platform Sound Editor: http://audacity.sourceforge.net/ ===== Graphic ===== *3D: [[http://www.blender3d.org|Blender]] *Vector drawing: [[http://www.inkscape.org/|Inkscape]] *Bitmap drawing: [[http://www.gimp.org/|Gimp]] *Command Line Image manipulation: [[http://www.imagemagick.org|ImageMagick]] ===== Coding ===== * **SDL**: cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. (http://www.libsdl.org/index.php) * **pyGame**: set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. (http://www.pygame.org/) A more complete toolset list can be found on the Ogre3D wiki (http://www.ogre3d.org/wiki/index.php/AssemblingAToolset)