Check our S40 Racer and Battletank games examples from developer.nokia.com/games. These should demonstrate how to do animation with multiple sprites.
Type: Posts; User: mikpeson; Keyword(s):
Check our S40 Racer and Battletank games examples from developer.nokia.com/games. These should demonstrate how to do animation with multiple sprites.
Have you checked our Battleships game example? It's a simple multiplayer bluetooth game.
Recording
Webinar material
Recording
Webinar material
Thanks for participating this webinar. Let us know in this post if there are any further questions, comments or suggestions about the webinar. Download material will be available in couple of days.
Webinar material
Recording
Thanks for participating this OpenVG webinar. Let us know in this post if there are any further questions, comments or suggestions about the webinar. Download material will be available in couple of...
Thanks for participating this IAP webinar. Let us know in this post if there are any further questions, comments or suggestions about the webinar. Download material will be available in couple of...
Hello,
Next month we are organizing few webinars that should be interesting if you are developing games or 2D/3D accelerated apps. If the webinar times do not suit you, just register and you will...
SpriteBatchQt is now a public project. If you don't want to learn OpenVG but want to target Nokia 500 this project is for you. We will be publishing few example projects that use SpriteBatchQt in few...
Good to hear that you are progressing with the performance.
You should also take a look at the other tools from Imagination. You compress your textures with PVRTexTool and PVRTexLib tools....
Just did some more benchmarking and here are the results.
N9
Const color shader: 10 layers, 232 Mpixels/s
Color shader: 2 layers, 47 Mpixels/s
Texture2D shader: 6 layers, 140 Mpixels/s...
Yes, new Nokia Belle devices with the upgraded GPU gives a lot of per pixel performance as the display resolution is only NHD. As N9 includes WVGA resolution and if your game is doing heavy blending...
Unfortunately display refresh rate is limited to 30 fps in Nokia 500. QtPainter will automatically use OpenVG rendering backend so it will benefit from the acceleration. However, you might be able to...
Updated specs are now online and specs mention the GPU used etc.
It's easy to create searches like "graphics memory equals 32 MB" and this will give you the following devices:
702T, T7-00, Oro,...
If you want to have extremely portable game then plain C/C++ is a good option as magicdave already replied.
EPONG was created portability in mind and all the game logic is pure C/C++:...
As N9/N950 has large screen you might be fillrate limited.
Can you limit your rendering to smaller area by doing glViewport(0,0,w/2,h/2) and see if you get 60 fps. If you do then you are filling...
We are currently refactoring and adding new features to EPONG game. Following new features will be added:
Meego support (N9)
OpenGL ES 1.1 (many games still use GLES 1.1)
OpenVG (Nokia 500...
How do you measure the performance?
It's not possible to measure single GL calls as GL driver might return immediately but the GL HW would start the task and therefore might block the next GL...
Nokia 600/700/701 devices has passed Khronos conformance tests and these devices are now mentioned here:
http://www.khronos.org/conformance/adopters/conformant-products/
Just check the...
We are trying to get more specs out but meanwhile you can use the EGL string to check which GPU was used in these new devices:
...
You can already buy Nokia 701 in Finland:
http://www.verkkokauppa.com/fi/product/18987/dcrnb/Nokia-701-multimediatietokone-harmaa
Check this post:
http://www.developer.nokia.com/Community/Discussion/showthread.php?228381-Nokia-500-graphics-acceleration
FSAA has performance penalty on N8/E7 and similar devices. As you mentioned original N8 SW had that viewport issue but it's now fixed in Anna.
If you are looking for more FSAA performance you...
Sorry, graphics accelerator and related specs are not yet updated to developer.nokia.com for these new devices.