I want to do Game Coding on symbian OS .
Can anybody help me because i don't get proper learning material regarding that....
I want to do Game Coding on symbian OS .
Can anybody help me because i don't get proper learning material regarding that....
If you will search on Forum Nokia code examples in Symbian C++ section , I am quite sure you will get very good example for gaming.....
http://www.forum.nokia.com/Develop/O...Code_examples/
Also there is a book on Game Programming on Symbian. Its a good start.
You may like this too: http://developer.symbian.org/wiki/in..._on_Symbian_OS
Nokia Developer Wiki Moderation team
Hi,
1/ Definitely check the book mentioned above.
2/ For the 2G games use of the Direct Screen Access should be enough
3/ For 3D games use OpenGL
4/ It is possible (quite easily) to make the game OS independent by separating the game code (ideally C, but C++ and STL is still good) from OS dependent features via some interfaces. In fact there are only 4 OS services you need:
-- User inputs
-- Screen resolutions
-- Displaying the gfx and playing sounds
-- File system access
-- Optionaly you might need the thread support
Check the link there also: http://blogs.forum.nokia.com/blog/an...rum-nokia-blog
BR
STeN
BR
Petr