Recent content by Blackaxis

  1. B

    Wanted: Guide To Deving Under Ubuntu

    Right now yes, because the guide makes you edit come config files to put the correct path, in my case it would be /usr/local/....whatever. You could change it though, let me know if you want it and we could work something out.
  2. B

    Wanted: Guide To Deving Under Ubuntu

    Since I have a working (I think, my gpe did blow up your gp2x) arm-dev, couldn't I just tar it up and host it somewhere?
  3. B

    Wanted: Guide To Deving Under Ubuntu

    I use ubuntu, and that's what I used.
  4. B

    GP2X Writing A Comic Book Reader...

    If anyone's interested, last night I got zziplib working with SDL, it's a very useful library. I was able to create list of a zip file's contents and use that to load images without decompressing the entire archive. So now I just have to merge that with my current image...
  5. B

    Cdisplay ?

    Oddly enough, I'm trying to write one: http://www.gp32x.de/board/index.php?showtopic=22516
  6. B

    GP2X Writing A Comic Book Reader...

    Actually, i just hand wrote a makefile and imported my "scalingtest1" directory as a project using File -> Import Project. This is my makefile right now: all: main main: main.o gcc -lSDL -lSDL_image -lSDL_gfx -lstdc++ main.o -o main main.o.: main.cc gcc -c `sdl-config --cflags` main.cc
  7. B

    GP2X Writing A Comic Book Reader...

    Argh. Well, right now, it would fit, but I don't know once you start incorporating code to uncompress the cbz and cbr files (I have no idea how memory intensive they are) on the fly. It might only be possible if you "pre-decompress" the archive into the individual jpgs before hand.
  8. B

    GP2X Writing A Comic Book Reader...

    You mean like this? That's not hard at all, there is a combination rotate and zoom function in SDL_gfx.
  9. B

    GP2X Writing A Comic Book Reader...

    My original plan for the reader was let the user zoom in and out quickly for better viewing, that's why I kept the original image in memory. But, by changing the depth to 16 and freeing the original image after each scaling, I got it to be between 9 and 14 megs, depending on the scale.
  10. B

    GP2X Writing A Comic Book Reader...

    First let me say that I'm a not a good programmer, in fact, I'm a pretty big newbie. I don't own a gp2x yet, but I've been writing the building blocks of a comic book reader (zip or rar archives containing large jpegs) using SDL. The problem is that the images are pretty big, right now on my...
  11. B

    Wheres All The Homebrew Stuff?

    I didn't even know that Peeps could code!
  12. B

    New Lik-sang Article On Gp2x

    I don't have a gp2x yet, I haven't preordered or anything because I'm broke, but this reminds me of when I bought my Neuros MP3 player. Yeah, it had a lot of problems (I went through 2 units before one that actually booted), but in the end it works and I enjoy it. I also believe in the idea of...
Back
Top