My GP2X projects
Even before I got my GP2X I installed the devkit on my Linux box and started reading up on the APIs. The same day I got my box I started hacking it. Here are the results of the hacking.
Mandelbrot fractals
This was the first stuff I made on the GP2X (except for a quick port of a SDL example). It's a simple Mandelbrot fractal renderer which renders the fractal in two different zoom levels. Since the CPU is only 200Mhz it's not the quickest stuff in the world, even though I tried a bunch of optimizing tricks (mirror rendering among others).
Controls
- A-button: Zoom in/out
- All other buttons: Quit
Install
Download and unzip the zip-file onto your memorycard and launch fractal.gpe
Memory game
The second project for my GP2X was a portable version of the game of Memory. The version you can download here is about half finnished so don't expect too much yet.