Search results

  1. J

    Cortex-A series Programmer's Guide

    Excellent! Thanks. Almost too much awesomeness for one document!
  2. J

    Cortex-A series Programmer's Guide

    I'd be really interested to have a read of this. I guess only the Pandora devs can look at it though?
  3. J

    Trying a new OS installation, with native development breaks gles

    Any chance of you posting what goes wrong? Don't have a pandora yet.
  4. J

    Gogmix for pandora games :)

    It is a bit weird, id still sell doom2 on their own site here for $20!
  5. J

    main page - links to networks

    I wouldn't.
  6. J

    Undefined reference to GPM?

    Good point - didn't see that. Maybe try cross compiling and installing GPM in the ARM lib directories, as it doesn't seem to find the arm version of GPM. Maybe it's a dependancy in the newer version?
  7. J

    Gogmix for pandora games :)

    Christmas usually goes quickly for me, so this wouldn't put me off. :)
  8. J

    Undefined reference to GPM?

    I'm not sure but it looks like you are trying to cross compile using a cross compiler and the cross compiler is looking at the x86 libraries for some reason. What guide are you following?
  9. J

    Running a Python file directly from PND

    A good thing to do when you are packaging up something is to remove the ".py" extension too. So instead of someone typing "megaman.py", they would just type "megaman".
  10. J

    TCP/IP over bluetooth

    I'm sure you have your reasons, but why bluetooth over wlan?
  11. J

    Pandora The best programming language for the Pandora?

    C is definitely the language I would recommend someone learn if they are really interested in computer science and in becoming a programmer full-time. Every other language pretty much maps onto C very well, especially the mainstream ones like Java, C++, C#, Actionscript, etc. You will have a...
  12. J

    Release Command and Conquer Port

    I remember back in the day, the PS1 has a mouse peripheral you could use as a controller. I wonder if that is emulatable using the touch screen...
  13. J

    Pygame Framerates and HWSURFACE?

    Ha, of course I meant recompiling the SDL that pygame uses, though that doesn't seem like the problem, since SDL performs okay it seems. I may have a look at this over the summer when I have a spare weekend, sounds like something that would be really useful to have for a lot of people.
  14. J

    Legal PS1 Dumping?

    This is the kind of crime that no one will ever get convicted for because it is laughable. Sony don't care that you play their PS1 games on an emulator, they care about people who rip their PS3 games and distribute them online, thereby removing the need for anyone to buy the games. In this...
  15. J

    Video Programming

    I don't have a pandora so I can't try. Have you made sure to update your repository lists and such? More details here. Other than that, I don't really know, the leading double forward slash looks a bit off, not sure what that is about.
  16. J

    Video Programming

    +1 for gstreamer. Good hello world example in the docs for a command line player. I guess you can use something like SDL, wxWidgets or QT for controls.
  17. J

    New cables, more boards (2011-04-15)

    Great news, steady progress on the boards is great, even if it isn't the quantity we would like, it's important that they are consistent. Thanks for the update Ed. Very informative as always.
  18. J

    Coding in Java

    I'd imagine the screen would be absolutely unreadable on eclipse if you were using. I'm not sure if someone ported eclipse over yet, though I would say its defintely possible.
  19. J

    SDL_LoadBMP

    Ha, good stuff, I was just curious, I haven't looked very far from SDL/OpenGL. Microsoft have improved things a lot with their APIs nowadays, I was surprised how easy XNA was to use when I tried it. It's a shame it's not open source...
  20. J

    Panorama

    Very slick looking. I'll definitely use that.
Back
Top