Recent content by albinofrenchy

  1. A

    Hacking how to read ebooks on m3 ds real

    I'm probably not a very good person to chime in since I wrote it, and so am biased. But if you have any questions, I'm here
  2. A

    Homebrew How do i make my Own Games/ apps for the DS?

    http://forum.gbadev.org/ too
  3. A

    Ands PDF 2/23/2009

    You can put the PDF's anywhere on your DS, there is a file browser GUI that lets you look for them.
  4. A

    Ands PDF 2/23/2009

    @Empir: Thanks for the report on your progress! File size is rarely the primary issue, what it comes down to is whats in the PDF. Right now, images are the main choking point. Other than that, I've had files with hundreds of pages load and run property. I do think that one of the thinks I...
  5. A

    Ands PDF 2/23/2009

    @outcast22: Are you you bringing up the mini screen first?
  6. A

    Ands PDF 2/23/2009

    @Narin: I have, and probably eventually will, but the real factor that keeps me from doing that is most people don't have this hardware available; and with the DSi coming out, I doubt this is going to change. I really want to maximize the memory consumption for the wider audience, and that means...
  7. A

    Ands PDF 2/23/2009

    I've taken a look at the PDF files you guys have sent me, and its all memory issues, which makes them sticky problems. For some, it was the images on the next page crashing it, and for one it was just that the kind of header part for the PDF was too long to keep in memory. I hope to be able to...
  8. A

    Project for a PDF reader for NDS

    If I understand your question right, this is in fact how it works now to a large degree. Whenever it has to redraw, it rerenders only the 'torn' part of the page and in this way we greatly minimize the memory footprint. If it wasn't for being able to do this, it would be near impossible to...
  9. A

    Ands PDF 2/23/2009

    In fact, I check GBATemp for this kind of thing. Mind messaging me with those files?
  10. A

    Project for a PDF reader for NDS

    Hey guys, I'm the guy making this project right now; and I saw this thread and couldn't help but throw out that there is a new version of the viewer up with many improvements: http://ands-pdf.blogspot.com/ You can now scroll around the image, change pages, zoom in and out, yada yada. And...