Coding for the pandora


2bit

Well-Known Member
Joined
Jul 2, 2012
Messages
1,351
Location
Oregon
Hey I have decided to buy an open pandora and think I should do a bit of programming/fan translation/random coding . The only problem is that I don't know where to learn how any ideas for books / video tutorials or websites ? Thanks . Oh yeah I read/speak English and can muscle my way through Japanese , German , and spanish
 
Hi and welcome, 2bit!


I'm going to move this to the Pandora General Talk section, as you'll be more likely to get relevant responses there. :)


EDIT: There we go. Best of luck!
 
Last edited by a moderator:
The only problem is that I don't know where to learn how any ideas for books / video tutorials or websites ?
Start Here : http://boards.openpandora.org/index.php?/topic/7173-sdk-developer-tools-documentation-updated/


You'll have your first cross-compilation tutorial here : http://www.gp32x.de/board/index.php?/topic/58490-yactfeau/


A few pandora tutorials : http://pandorawiki.org/Development_tutorials


This is nice too : http://projectinfinity.org.uk/doku.php?id=homebrew:engines:penjin:penjin_tutorial_videos


;)
 
Last edited by a moderator:
Well, it's hard to recommend anything specific without knowing your knowledge level and specific needs, but you might find something if you search `<language> tutorial` or `<library> tutorial` or something like that on YouTube. There's also Show Me Do, which is a place dedicated to video tutorials. I'd personally recommend learning Python if you're just getting started, and then C++. After that, it all really depends on what exactly you're planning to do. Python is just fine for scripting, though shell script would be nice to learn for that; C++ is pretty much all you'd need for ports; and for original programs, just about any language that works on the Pandora will do.


The only thing to keep in mind for the Pandora is the controls, and OpenGL (which needs to be converted to GL ES). Other than that, coding on the Pandora is just about identical to coding on any other GNU/Linux PC.
 
Back
Top