Latest News

QuickStart v1.1 (GP2x Application)

QuickStart is a small application that directly launches your favourite program, if you press any button during the bootup of your GP2x. Changes: It doesn’t crash the sound anymore when you run it! Thanks to EvilDragon himself for the news.

http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,7,2121

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
ScrollingTextDS (NDS misc)

This is a C++ class that will let you add 16-bit horizontally-scrolling text to your DS. Unlike the standard PALib text routines you can (in fact, must) work with 16-bit fonts and you can have the scroller running on top of another 16-bit image. You can even have multiple scrollers running at the same time.

http://ant.simianzombie.com/item/view.php?name=ScrollingTextDS

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
MenuDS (NDS misc)

Another new demo/app thingy. This one is a library for creating hierarchical menus on the touch screen (D-pad control works too) in C++. It’s easy to create menus with background bitmaps, add buttons and sub-menus, and have them navigate to other menus, back to the parent menu, or execute other functions (via function pointers).

http://ant.simianzombie.com/item/view.php?name=MenuDS

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments