Making a menu; Where to start?


Weevil

Member
Joined
Jul 14, 2010
Messages
51
Hi all!


I want to make my own game-menu. Nothing fancy, just for fun&learning under OSX now and if everything works out maybe on my Pandora in couple'o months :)


Idea is a list of games and when a game is highlighted show a picture and some tags, press enter and a command is run. Problem is I don't know where to start! Can anybody give me a little push? (as in; what's a good site with tutorials on X/scripting/programming/etc)
 
You'll need some developer tools. XCode is the native OSX kit, but you might want to look for something cross platform if you want to put it on the Pandora to. Qt (and QtCreator) will run and compile on OSX and the Pandora.


Though they are Objective-C and C++.


If you don't know any programming, maybe look at GLBasic (http://www.glbasic.com/). You'll have to pay to compile for Pandora compiles, but BASIC is pretty easy to learn and supports both of your platforms
 
Back
Top