Recent content by sol_hsa

  1. S

    Nelumbo

    Since this project has officially stalled, I'm posting the source code (as is), so if someone wants to pick it up and poke at it, they got no objection from me. I might continue this project at some point, but no promises. http://iki.fi/sol/zip/nelumbo_02.zip
  2. S

    Out Of Curiosity... How Much Work Is A Port?

    Short answer: depends. Long answer: Most software isn't written to be portable. Even SDL itself isn't very portable, even though it has been ported to numerous platforms. For software that is designed to be ported, the whole porting process is trivial, 1-2 week thing, regardless of the...
  3. S

    Nelumbo

    Fairly little, been busy graduating and stuff (like http://atanua.org )..
  4. S

    Price Drop?

    Additionally, the big boys work actively on making new revisions of the hardware, improving integration and figuring ways of simply making them cheaper. How many versions of ps2 are out there, for example? =)
  5. S

    Play-asia Coupon - $5 Off A $50 Or More Order

    $5 off $50+ coupon: OV-MZR-IIO (04may08)
  6. S

    Wtb: Tapwave Zodiac Charger

    I had to make a new charger for my zod, because they didn't have the international kit available at the time.. it's relatively easy. Buy a charger with similar specs, open both chargers, and solder the wires in. =) (can't remember if there were any more details than that, like which wire is +...
  7. S

    Nelumbo

    Considering that I'll be linking to SDL statically, it's pretty much a requirement.. =)
  8. S

    Which Is Faster?

    Depends a lot on the compiler as well as other stuff in your code. Best to profile everything always. Based on my testing with my 8051 emulator, which basically just takes an opcode and then figures out what to do with it, there's little difference. The switch basically compiles into a jump...
  9. S

    Startup Problem

  10. S

    Atanua

    Not really gp32 or gp2x related, but I figured there are probably some electronics hobbyists around. As my final year project, I wrote a real-time logic simulator. Since it doesn't quite fit any category of software I've done before, it's a bit hard to figure out good ways to spread the word to...
  11. S

    What I Needed To Start Deving On The F200?

    If you want to develop in English, you may wish to check out Inform 7 at http://www.inform-fiction.org/ Playing text adventures on the gp2x may be tad bit difficult without a keyboard though..
  12. S

    Game Programming The Old-way

    One huge difference, if we're talking about making games for gp2x for instance - you have a much more powerful and versatile toy to build that game with - namely, the PC - instead of having to write code and compile on the device itself. A friend of mine has done a few Atari ST demos recently...
  13. S

    Nelumbo

    Have been working on track generation for the past few days.. It's a surprisingly difficult mathematical puzzle, in several parts. First bit is that the track is generated using splines. In practice I'm using b-splines for the base track as it gives me nice curves. However, if you start form...
  14. S

    Gp2x Cradle

Back
Top