Search results

  1. S

    .net Micro To Be Open Sourced

    The .NET micro thing is useless, just a PR stunt. If you really want to use a .NET language on the pandora, use mono. It will work, but it most certainly will not be bundled with Pandora. Your games/apps will be HUGE because you'll have to include mono. This is all the same whether you're...
  2. S

    Chumby-Like Widget Engine

    If KDE and plasma were already used, there would be no waste since the libraries would be shared. As I said, there would just be more work to get it working without Plasma, but entirely possible.
  3. S

    Pandora Google Go On Pandora

    I don't see how Go's system allows you to side-step the issues with OOP. It leaves the responsibility of getting it right to the individual developers, which I think is a bad idea. for 1., you really haven't used Python much, have you? Conflicts with multiple inheritance are properly reported...
  4. S

    Chumby-Like Widget Engine

    Perhaps Mac OS X Dashboard widgets would be useful? And Google Gadgets? And perhaps a few others. They're all web based and supported by KDE's Plasma. If plasma is not used, it wouldn't be too hard to implement support for any of these on the pandora.
  5. S

    Pandora Google Go On Pandora

    Its syntax is C like, that's neither here nor there. It's not a particularly good syntax, but it's one we're all used to. It has some interesting things, but it doesn't seem more interesting than D (which is of about the same high-levelness). It's not even OOP, more like struct-based.
  6. S

    Pygame What Version Will Come Shipped?

    For python development, you usually only need a good editor: Vim, Emacs, jEdit, Kate, IDLE, TextMate, Geany, Komodo Edit, Editra. Most of these have some IDE features (multiple files, code completion, etc.), either builtin or as plugins. You could also use Eclipse + PyDev, NetBeans or...
  7. S

    Pandora Pandora Netbeans

    I doubt NetBeans will work well, if at all, with so little RAM. Stick to things like vim, emacs, kate, geany, jedit, komodo edit, etc.
  8. S

    World Of Warcraft, Yes, You Heard Me!

    Basically there are two somewhat technically feasible options: - writing a new WoW client, not necessarily full-featured. mostly working servers have been done, but there was never a need for another client. - running the windows WoW client on wine, which in turn would run on userspace qemu...
  9. S

    Implementing A Scripting Engine For My Game

    Lua or Python, depending on your needs. Lua is easier to embed, Python has tons of features. JavaScript could also be a choice, but integrating would be a bit harder.
  10. S

    Dual Booting?

    Since the NAND is best left untouched, it'll probably be best to keep alternate OS-es on an SD card anyway.
  11. S

    Xreal - Most Advanced Open Source Engine Based On Q3 Engine

    I guess the claim of 'clean code' was slightly overrated. Have you tried contacting the author?
  12. S

    Xreal - Most Advanced Open Source Engine Based On Q3 Engine

    It's comparable to Nexuiz in its 'advancement'. It does have much cleaner code, and only uses an OpenGL subset compatible with OpenGL ES 2.0.
  13. S

    [poll] Are You Windows User Or Linux User ?

    I prefer linux, but I'm often forced to use Mac OS X. Not nearly as bad as Windows, but far from a nice experience.
  14. S

    Recompile Source To Arm

    Most of the time you can just compile things to ARM as you would x86. You can use a http://en.wikipedia.org/wiki/Cross-compiler to compile things to ARM. Also, anything in the Debian and Ångström armel archives will just work.
  15. S

    Pandora Can Run...

  16. S

    General Tasks

  17. S

    General Tasks

  18. S

    Question About Overclocking

    It's overrated. And so is underclocking, since it just stops when idle. It's fine with defaults
Back
Top