I had a GP2X Wiz back in the days and one of my favorite games on it was Boomshine2x! I was always looking for a modern mobile version but didn't like any of the ports I could find. That's when I decided to create one on my own :)
The Pyra version is free. I hope I didn't mess up creating the...
Wanted to help out with the website after reading about it in the news subforum. I skimmed through the threads here but couldn't find a link to the git repository. Can someone help me out?
GitHub would be great, then I can create PRs. Like Julia is...
I'm trying to cross-compile, but I'm not sure if I'm doing it right. I'm using scons and just added the following:
env['CC'] = '/home/jhasse/pandora-dev/arm-2011.09/bin/pandora-gcc'
env['CXX'] = '/home/jhasse/pandora-dev/arm-2011.09/bin/pandora-g++'
env.Append(CPPPATH=Split('include/pandora...
Hi,
I need OpenAL to port some things to the Pandora, but isn't included in the SDK.
I found some old threads, but unfortunately I couldn't find a working .so file from there. Can someone help me or do I need to build OpenAL Soft?
Hi,
Hab heute meine Pandora bekommen (600 Mhz, 256 MB Ram). Doch leider zeigt mir die Batterie-Anzeige bei XCFE 0% und im Mini-Menü 255% an. Woran könnte das liegen?
Hi everyone!
I thought of creating a Deathtank clone for the Pandora after I read about it in the Saturn emulation thread.
What do you guys think of it? What would be important for you in a perfect Deathtank-like game?
Habe gerade meinen Tetris-Clon JNTETRI mit dem Caanoo-Toolchain kompiliert. Habe aber leider keinen Caanoo (auch keinen bestellt) und kann es deswegen nicht testen. Könnte jemand, der schon einen hat, gucken ob es klappt?
http://watteimdocht.de/jan-nik/jntetri_caanoo_beta1.zip
Verkaufe meinem Wiz. Er ist in einwandfreiem Zustand ohne Kratzer.
Mit Original-Verpackung, Kabel, CD und kleiner Anleitung, also alles was dabei war.
Allerdings ohne SD-Karte, die brauche ich für die Pandora. :P
Hatte ihn hier im Shop vorbestellt und schicke eine gescannte Kopie der Rechnung...
Hi everyone,
JNTETRI is a Tetris clone I plan to port to the Pandora (once it arrives).
Here's a screenshot:
You can try the Windows/Linux version here: http://watteimdocht.de/jntetri/
The game lacks sound and music and if someone would help me out there I would very much appreciate it :)
Hi everyone,
I've been working on this library since 2007 and ported it to the Wiz a while ago. JNGL is a C++ library which aims to be very ease-to-use. It's using OpenGL (ES) for drawing, so you can use alpha blending and rotate, zoom your sprites without a great performance hit. Check out its...
Simple Tetris clone using OpenGL.
Performance still isn't good when you reach the top, other than that it works. Multiplayer isn't finished and I also haven't added any sound yet.
http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,0,0,0,25,407
Hallo,
möchte meinen Wiz einschicken, weil mein Touchscreen sehr ungenau ist und es nun doch ein Hardware-Problem zu sein scheint.
Bin mir allerdings noch nicht so sicher wie das geht.
Im Thread zum AS-Centre im englischen Forum steht, dass ich einen Brief an das Centre und an meinen...
I'm using the following package to create an OpenGL game for the Wiz: http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,0,0,0,46,188
Unfortunate it still has tearing. How can I fix that?
BTW: I heard that GPH is working on their own replacement for wizGLES. Any news on that?
Bin gerade bei Flashback (REminiscence) im zweiten Level angelangt. Jetzt muss ich allerdings bei jedem Neustart erstmal das Passwort eingeben um meinen Spielstand zu laden (sonst kann ich nur Spielstände aus dem ersten Level laden). Lässt sich das irgendwie umgehen?
Hi everyone,
Several months ago I created a little jump'n'run game for the 10 day coding competition by openxile.co.uk. Just now I managed to compile it for Linux. I hope I included enough shared library so the game will work. You will need Python 2.6 (Linux only) and type python tudi.py to run...
I just compilied my first game with OpenGL ES for the Wiz, a simple tetris clone:
http://www.youtube.com/watch?v=pBCi_-KUVT0
But I have a problem with performance. When there are more then 30 blocks visible, performance drops below 15 FPS which makes the game nearly unplayable. Which tricks...
So, hab es dank dem vor kurzem veröffentlichem USB Serial Out geschafft, eine lauffähige Version von JNTETRI (siehe alter Thread) für den Wiz zu erstellen. Hier mal ein Video davon:
pBCi_-KUVT0
Sobald ich noch ein paar Sachen eingefügt habe, werde ich das ganze auch mal hochladen. Leider...
Does someone know if glTexSubImage2D is supported by the Wiz' OpenGL ES implementation? I'm using it the same way as on the PC, but on the Wiz all texture are completely transparent.
Ich habe gerade vom Nokia N900 erfahren. Es scheint einen ähnlichen Prozessor zu verwenden (Pandora: 3530, N900: 3430), besitzt auch 256 MB RAM und hat die selbe Display-Auflösung. Könnte man Binaries vom N900 auf der Pandora ausführen und umgekehrt? Oder zumindestens ein Spiel ohne viel Aufwand...
I've already wasted days of my time with getting a spinning triangle using OpenGL ES to work on the Wiz. I don't understand what I'm doing wrong but all the time new problems appear. This one is simply unexplainable to me. Please someone give me a hint!