Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-05-22 | 845 Bytes | |
Totals: 1 Item | 845 Bytes | 0 |
Gamepad Libraries README This is a development library, intended to be incorporated into other C++ projects to provide easy access to gamepad functionality. For a downloadable demo, see the gamepad-opengl project https://sourceforge.net/projects/gamepad-opengl/ For development using this library: 1. Install Perl on your system if it isn't already there (this is free) 2. get a recent svn version of this library https://sourceforge.net/projects/gamepad/develop Example command: svn co https://gamepad.svn.sourceforge.net/svnroot/gamepad/trunk gamepad 3. run the syncAndSetupAll program Unix: ./syncAndSetupAll Win32: perl syncAndSetupAll 4. build the binaries Unix: cd out && make Win32: start up Visual Studio, and load the project files in the "out" directory