theoddbot
Certified Guru
First beta of python and pygame for the GP2X console.
Installation:
Copy the python folder to the root of your SD card
Running:
I've included some very small test programs to get you started.
You should launch your pygame programs with a script like:
Known Issues:
* multiple copies of libs - will be trimmed later
* joystick reports events as buttons, not axis
More Info:
http://www.pygame.org
Contact:
IRC: theoddbot and illume in #gp2x on EFNet
E-Mail: pygame2x@oddsoftware.net
Grab it from:
http://brendan.mine.nu/pygame_beta1.zip
or
http://md5.se/mirror/pygame_beta1.zip
It is extremely unlikely that any existing PyGame programs will work without modification
Now, let the fun begin
Installation:
Copy the python folder to the root of your SD card
Running:
I've included some very small test programs to get you started.
You should launch your pygame programs with a script like:
Code:
PYTHONHOME=/mnt/sd/python
export PYTHONHOME
LD_LIBRARY_PATH=${PYTHONHOME}/extras:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
/mnt/sd/python/python /mnt/sd/mygame/mygame.py > /mnt/sd/mygame_output.txt 2>&1
cd /usr/gp2x
./gp2xmenu
Known Issues:
* multiple copies of libs - will be trimmed later
* joystick reports events as buttons, not axis
More Info:
http://www.pygame.org
Contact:
IRC: theoddbot and illume in #gp2x on EFNet
E-Mail: pygame2x@oddsoftware.net
Grab it from:
http://brendan.mine.nu/pygame_beta1.zip
or
http://md5.se/mirror/pygame_beta1.zip
It is extremely unlikely that any existing PyGame programs will work without modification
Now, let the fun begin