Search results

  1. pea

    Wiz charging cable (Samsung E810)

    Hi all, I purchased a charging cable advertised as working for the Samsung E810. Should this cable work to charge the Wiz out-of-the-box (i.e. without modification)? Just wanted to check before I go to the effort of taking the cable to pieces and attempting a re-wire! Could also be that the...
  2. pea

    Does anyone have a copy of Open2X toolchain for Wiz (Cygwin)?

    Hi all, I'm after a copy of the Wiz Open2X development toolchain for windows (cygwin). It's linked to from this page: http://wiki.gp2x.org/articles/i/n/s/Installing_the_Open2x_toolchain.html At this URL...
  3. pea

    Source Code For Flash Player

    Not sure how many people still frequent these forums :)   Does anyone know if the source code is available for the flash player that ships with the Wiz, or how to go about getting it?
  4. pea

    Testing Touchscreen

    Hi all, Anyone with a Wiz, please feel free to download and unzip the following app (drawing.swf) and put it in a 'flash' folder on the SD. SD > flash > drawing.swf To play it, from menu: entertainment > flash > drawing.swf Buttons :huh: first one is 'clear' and second is 'close' (doesn't...
  5. pea

    Testing The Touchscreen

    Hi all, I wrote a very small drawing application (in flash) to test the touchscreen. All it does is draw pixels directly under the stylus when you draw on the screen. I am running in to some pretty weird problems. I am not sure if it is the touch screen itself, or (more likely) the buggy F7...
  6. pea

    Wiz Flash Player Benchmarked Against Mobile Phones

    Hi all, Took some time to do some further benchmarking of the Flash Player on a couple of phones. Full details on my blog Basically it runs about the same as a high-end mobile phone - but no better. This is slightly disappointing. I'm hoping the new vendor for GPH is working overtime to...
  7. pea

    Flash Player On Wiz - Early Benchmark Results

    Hi all, I've done some early benchmarking of the Flash Player on the Wiz (more to come). I will be posting some video of the benchmarks, and will also try to run some popular Flash games to see how they perform (with video). Feel free to drop your suggestions for games you'd like me to test...
  8. pea

    How To Port Flash Games For The Wiz

    Hi all, I just got a PM from OrangePumpkin and thought that others may be interested in this same thing too, so I'll post it in the forums: QUOTE How do You port the flash game , do they need to be changed ( controls , resolution ?? ) ?? ( Earlier thought that You must just download the game...
  9. pea

    First Impressions Of The Wiz (mine Just Arrived)

    Hi all, As you know I will be porting our Flash games to the Wiz so they will be available at launch (for free). My Wiz arrived yesterday, and I have written about some of my first impressions on my blog - pea's pod. Later I will be posting some video of the Flash Player and some meaningful...
  10. pea

    Wiz Development Board

    Hi all, I have just received my Wiz development board and test unit. I don't want to just plug it in and break it before I've had a chance to do anything! How do I use it? Also, how do I run the Wiz on AC? I assume some sort of mobile phone charger will work? EDIT: Found post from...
  11. pea

    3d On The Wiz

    Hi all, I have read some older comments regarding 3D acceleration - namely that, yes, their is hardware support for OpenGL ES 1.1, but the kernel does not yet support it. Those who have a unit already and are receiving firmware updates - 1) Is this something that has changed? Is OpenGL...
  12. pea

    Caanoo / WIZ Developing For The Wiz

    Hi guys, I used to develop a bit for the GP32, but now that I am getting a Wiz I would like to set up the environment to code for that. I will be using OpenGL ES and custom drawing rather than SDL where possible. What compiler/toolchain do I need? For the GP32 I used DevKitARM. Is it the...
  13. pea

    Pea To Port Flash Games To Wiz

    Hi all, As most of you will know GPH is working on a Flash Player for the Wiz. My company, Pixelthis, develops casual games for mobile devices using mostly Flash Lite. We are receiving a development unit next week and will be porting several of our games to the Wiz. These will be...
  14. pea

    Flash Games For Wiz

    Hi guys, I run a game development studio in New Zealand (Pixelthis Mobile). We develop casual games for mobile devices using Flash Lite, and also for PC using Flash. We have recently also released our first iPhone game on the app store :) I am thinking of porting our games over to the Wiz...
  15. pea

    Gpdesktop

    Hi all, Thought I would show an update of GPDesktop for GP32. It either has a plain background, or can load in a PNG as the bg (as shown in screenshot). The desktop can be 320x240, or 640x480 (you can scroll around the desktop). As you can see, the windows manager is working. The completed...
  16. pea

    GP32 Palette Vs 16bit Mode

    Is palette graphics code much faster than 16 bit mode?
  17. pea

    Gp32 Reseting On Clock Change

    Hi all, Just pulled my GP32 out of the cupboard after several months of no use to show my team at work. Its a BLU+ model. It's been kept dry and hasn't been damaged. Tried it with several different sets of batteries (unfortunately don't have a power adapter). It boots up into the game...
  18. pea

    GP32 Loop Condition

    Hi all, When I do a loop, is the condition evaluated once at the start, or for every iteration? which of these is best: for (i=0; i<someFunction(); i++){ // Do stuff } or x = someFunction(); for (i=0; i<x; i++){ // Do stuff } Conversly, is it more expensive to reference struct members...
  19. pea

    GP32 Freeing Objects

    Hi all, I was getting back into c today and came across a bug which I think affects every 'free' routine I have written for the GP so far... I develop using a psuedo OO format, much like openGL does it. I have structs (objects) and I have functions which create and free those structs...
  20. pea

    User Poll - Gp2x Is On Top

    Hi guys, Just in case you missed it in the GP2X general forum, I am running a poll to see how many GP32 users and how many GP2X users there are on this site. So far GP2X is way ahead and I thought perhaps the result was skewed because the GP32 owners don't read that board :) So please complete...
Back
Top