Search results

  1. S

    Current Debug Processes

    While we are waiting for the kernel so someone can get the usb networking working how are people debuging their software? The reason I ask is because I have tried to create a program that uses SDL to put an image on the screen and then wait for a key press before relaunching the menu. But it...
  2. S

    Libcastor Missing Png.h

    Well I have finally got my wiz so I wanted to start developing some simple games for it and thought I would use LibCastor as it is nice and small but when I try to compile it I find it is missing a png.h header file. Is this provided by a different library that I will need to install or is it...
  3. S

    Does Anyone Have An Example Of Using The Toolchain?

    I am just starting to look at developing for the wiz and I was wondering before I spend the next couple of days getting my head round compiling for it, does anyone have any good examples of using the tool-chain in linux?
  4. S

    GP2X Drawing To The Frame Buffer

    I am working on moving to using the hardware more directly rather than through SDL, but I have encountered an oddity with using the frame buffer. It seems to be that after getting my pointer to the framebuffer by mmaping /dev/fb0 and writing to it with fb[y*320+x]=(colour in 16bbp format) I...
  5. S

    Trying To Understand How The Map Is Drawn In A Trailblazer Style Game

    Hi, I am currently working on a trailblazer clone for the GP2X but I can't get my head around how the map is drawn to the screen. It is my first steps into 3D and it should in theory be simple once I figure it out but I just can't seem to get it drawing correctly. Does anyone have any...
  6. S

    New Version Of Drip Available

    A new version of Drip is available at http://www.heckrothindustries.co.uk/products.html. If you find any bugs then let me know.
  7. S

    GP2X Latest Version Of Drip Available

    Well I have finally found the time to finish off my first game. There have been a few changes from the old version so have a glance at the instructions. It is available from http://www.heckrothindustries.co.uk/products.html and there are versions for gp2x, windows and the source code...
  8. S

    GP2X Anyone Interested In Testing My First Game.

    Well I have got my first game to a stage where it could use some testing by someone other than me (I have now found most of the bugs with the way that I play it). If anyone wants to have a play with it then the current version can be downloaded as a zip file drip.zip If you find any bugs (or...
  9. S

    GP2X Help With First Game For The Gp2x

    Hi, I am working on developing my first game for the GP2X and I have got very far with it (still somethings to be added but the core of it all is there). The only problem is that I already know that I am not very good when it comes to graphics and sound. I have been developing with some...
Back
Top