Search results

  1. S

    Pre Installed Programs

    I've been thinking of a similar app installation system for linux (also inspired by os x's .app). I was also thinking of including all dependencies as packages (opkg/deb/rpm/whatever) in the .app (or .pnd in this case) file and install them when the file is discovered, if there are no newer...
  2. S

    Newbie Help For Creating First App

    While Vala is pretty cool, it's dependant on GLib, can't use Qt (although it will be able to at some point) and still is quite immature and there is very little documentation for it. It's something to keep an eye out for, but not quite usable right now.
  3. S

    Ports?

  4. S

    Will We Have Qemu (x86 System Emulation On Arm)?

    It may be a good idea to try the approach of the Darwine team, arm wine + userspace emulation in qemu, since no hardware gets emulated.
  5. S

    Newbie Help For Creating First App

    Qt-X11 with version 4.4 at least better be available by default. It works just fine on the beagleboard, there shouldn't be any problems.
  6. S

    Newbie Help For Creating First App

    You can stick with Java if you want. While GTK would be alright, Qt is without a doubt superior. Use it if at all possible from C++, Python, Ruby or even Java with Qt Jambi.
  7. S

    Esc

    I think one of the shoulder buttons would work nicely.
  8. S

    Google Apps

    With the exception of closed source plugins (adobe flash), everything in Firefox will work exactly like on a regular linux desktop.
  9. S

    Problem With Single Apostrophe On The Forum

    Maybe something is wrong with the 'tubes'.
  10. S

    Linux Optimization Advice

    Try Nexuiz or the Phoronix test suite to make sure your OpenGL works fine. Could you try comenting out all rendering code from your client and replacing it with some stout messages ?
  11. S

    Linux Optimization Advice

    Are you sure that your C++ threading code is cross-platform? Have you tested it on vista on a dual-core cpu?
  12. S

    Compile For Pabdora Under Pandora?

    You need a cross-compiler for that. Look for packages called arm-gcc or stuff like that.
  13. S

    Java: Where To Next?

    @Kramy I know I keep telling people this, but try Python :D
  14. S

    Pandora Pandora Musical Instrument

    I don't think you'll need to care about the underlying sound system. As for sound libraries, SDL is fine for most purposes, but portaudio is really good for sound applications.
Back
Top