MajorShake
Still Fresh
and programming or is that the same thing? the only thing is, i dont even know where to begin? so what should my first step be?
sweet - what do you call soon? - im excited nowruckage said:I'll be releasing a tutorial soon that goes through the process of creating a simple game
MajorShake said:and programming or is that the same thing? the only thing is, i dont even know where to begin? so what should my first step be?
First you need to build a workstation or adapt a pc into a development environment with all the programming and painting tools required to build a native graphics program, this is where you will do most of your work. Next you will need to use those tools to build a toolchain, a set of development tools for your target embedded system, in this case the gp2x. Once you have all that you create a nice looking program in the native enviromnent but at the resolution of the target system then make the changes like the different input device and compile it with the toolchain, copy it over to the target device and... profit.
norm said:sweet - what do you call soon? - im excited nowruckage said:I'll be releasing a tutorial soon that goes through the process of creating a simple game
As soon as I've made it . Just need to decide what to do.
Why don't you elaborate a bit?MajorShake said:and programming or is that the same thing? the only thing is, i dont even know where to begin? so what should my first step be?
Now I'm hungry.skeezix said:I'm a wanker, but Coding and Programming are differeint in my (and only my brain .. Coding is the writing of code, progaming is the academic logic of it all. Some peope code, some program, the best do both
Anyway .. getting shit done is like cooking -- its easy to make a sandwhich, but to make a great sandwhich is harder; and to make really fancy gournmey stuff.. it takes time. Like anything else, none of it is hard, once you know it. Like repairing cars. No magic.. just takes time.
So coding is like anything else.. you start small, and it just takes time to write great things. But the small things are still cool .. I like sandwhiches!
jeff
Defining coding when hungry.. mm
I doubt it, reading somebody else's code, especially if they are experienced will just confuse somebody who has never programmed before. I use function pointers a lot for example and they aren't exactly a beginner concept. While porting may be good once you've got the basics down to expand your 'vocabulary' and see different ways of doing things, looking through other people's code can be hard for anybody sometimes. Add to that the fact that getting some things to cross-compile is a real pain, and you have a recipe for disaster.virusx said:Would it be helpful to try to port a very simple program from linux to the Gp2X in order to understand how things are working together and what is the meaning of 'compiling'?