Search results

  1. JayFoxRox

    Changing The Function Of Buttoms

    They are hardcoded at the moment. You can possibly remap them using X (xmodmap maybe? not sure) However, as soon as I receive my Pandora I'll do some kernel patches and try to get my new driver into the OS. It will probably break compatiblity with existing applications which use the kernel...
  2. JayFoxRox

    Ok, Guys

    Yup, I have seen that wiki page and would like to change it, but I can't seem to login at the wiki anymore - it instantly logs me out again. However, it I wouldn't have searched for the PND file format description or didn't dislike the store this much, maybe I'd have never come accross it - it...
  3. JayFoxRox

    Ok, Guys

    I'm surprised that you didn't find more than that. I also wrote a similar tool getting the files from EDs dl page and a lot of them failed because they used an "&" symbol in the description without escaping it. However, I also noticed what you found. Besides that the icon sizes vary between...
  4. JayFoxRox

    Arm Running Windows2000/xp/windows 7/vista, Mac Os10.4 And Later?

    http://docwiki.gumstix.org/index.php/Windows_XP_usbnet
  5. JayFoxRox

    Arm Running Windows2000/xp/windows 7/vista, Mac Os10.4 And Later?

    It's the: "System Requirements" for the "Support System" So yes.. works - Pandora can be accessed via Mac OSX and Windows XP (not sure about vista or 7 yet via usbnet - but a memory driver will probably follow at some point, or you can use WiFi) And no, no modern windows or os x on the pandora...
  6. JayFoxRox

    My Pandora Review

    LOL! :o Has anyone really been far even as decided to use even go want to do look more like?
  7. JayFoxRox

    Can't Get Nub To Cooperate

    We already talked about the poor nub firmware on IRC before, at least bobbens, zhasha and me want to fix it because we have worked with ATMegas before. I plan to buy some nubs from ED or whoever can sell them directly for testing and development of a new driver if I run into any problems with...
  8. JayFoxRox

    Pandora Pancake Pandora Sdk Survey

    Some of you might know that I'm working on a SDK for the Pandora for quite some time. I have already shown my Pandora-Emulator and I'm still working on that - it will ship with this SDK. Rather than just collecting toolchains and other SDKs, this SDK will probably come with makefiles to...
  9. JayFoxRox

    Need Help For Snes Emulator Optimizing

    So basicly this thread is in the wrong section (not even pandora related, and far far away from any other handhelds on this forums) + you imply that you can code and at least compile your stuff, yet you fail to see the difference between the compilers AND you can't even fix it yourself? Basicly...
  10. JayFoxRox

    Pandora Emulator

    ninja'd ;)
  11. JayFoxRox

    Minimal Gaming Os Possible?

    I highly recommend to NOT do it this way, if you really want to do it do it in a wrapper around your original application (as bash script for example). However, turning off the network is really brutal because it's a global action and might prevent other applications from working correctly...
  12. JayFoxRox

    The Jungle Of Opengl, Where To Start?

    NeHe is outdated. I'd recommend OGL 2.0 for now, then when you get the hang of some features get some shader editor, learn how to write shaders and start to integrate them. OR learn how to write shaders now and then start directly with OGL ES 2.0 or OGL 3.0. OGL is not as hard as it seems...
  13. JayFoxRox

    Pandora What Are The 3D Limitations Of The Pandora?

    Probably screen space effects by rendering the whole framebuffer a bit larger over the existing one with transparency. In Suicide Barbie the "bloom" was done by creating it with the CPU in a post-processing step, because the graphics hardware was busy with the scenes and the implementation to...
  14. JayFoxRox

    ...

    ...
  15. JayFoxRox

    ...

    ...
  16. JayFoxRox

    Beta Mupen64Plus

    How much free RAM do we have? How about allocating the remaining RAM for a huge vertex/index cache? One can then turn more often used models into VBOs and IBOs with degenerated triangle strips.
  17. JayFoxRox

    Pandora What Are The 3D Limitations Of The Pandora?

    We have vertex and pixel shaders - basicly we can do A LOT of things, however the problem is that they won't be in realtime anymore. But from the graphics quality, you can expect a lot more than from the PSP. Basicly if you do graphics programming you have the models vertex data and the...
  18. JayFoxRox

    Pandora What Are The 3D Limitations Of The Pandora?

    A model like this should work, however, the limiting factors are: - Draw calls (batch stuff and use ibos, vbos, degenerated triangle strips etc.) - Textures (don't use more than a handful of textures and atlas as much as possible) - *-Switches (different shaders, renderstates, shaders, ..) -...
  19. JayFoxRox

    Making Pnds

    Depends on your distro. To make a PND simply generate an iso - doesn't matter how, then you have the iso file and append the PXML and icon png (I have seen files with 16x16 to 256x256 pixels - doesn't need to be POT). You can use any tool for this. The hardest part is probably to generate the...
  20. JayFoxRox

    Making Pnds

    Hidden.. http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=blob;f=testdata/scripts/pnd_make.sh
Back
Top