Jump to content

Software Development


Guest Croccy22

Recommended Posts

Guest Croccy22

Ok, just a very quick question. I am gonna start programming the SPV. I have done some c++ (gameboy programming). Bascially could do with some tutorials and reference to get me started.

Is programming for the spv basically the same as programming for WindowsCE. example: If I went out and bought a book on games programming for windowsCE is this gonna help me out or are they totlally different?

Does anyone know of any good websites to get started on?

Matt

Link to comment
Share on other sites

Guest spacemonkey

But the simple answer is Yes, it's very similar.

Some things are different. Look in the book, if it's talking about a lot of stuff called MFC then that's irrelevant to smartphone as MFC isn't implemented (MFC is a heap of components to make dev quicker, like file load dialogues etc).

Also, if you are wanting to do games, smartphone has gapi on it which is a very simple and quick interface for low level graphics. Make sure the book talks about that. Also, check out www.gapidraw.com it's a more extended graphics library for games that runs on gapi and gives higher level functions like blits with rotate and zoom etc.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.