Removing the checklib from QtSDK
I think that I said enough about the checklib.exe in my earlier post. I just noticed that the checklib.exe is still fighting against my development in QtSDK 1.1 inside the Symbian^3 SDK. This time ...
I think that I said enough about the checklib.exe in my earlier post. I just noticed that the checklib.exe is still fighting against my development in QtSDK 1.1 inside the Symbian^3 SDK. This time ...
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39. This one will only work for S60 5th edition phones. Symbian^3 user...
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39 The new AntSnes comes with multitouch and with new transparent keys...
Here’s a short youtube video of AntSnes running on my N8. Get AntSnes 0.8.1 now 🙂
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39. This one will only work for S60 5th edition phones. Symbian^3 user...
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39 The new AntSnes comes with multitouch and with new transparent keys...
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39 The new AntSnes comes with multitouch and with new transparent keys...
In my previous post I wrote about blit with opengl es 2.0 texture upload. However I noticed that using just Qt’s QGLWidget and implementing only the paintEvent is as fast as the texture upload with...
OpenGL ES 2.0 is fully shader based, which means you can’t draw any geometry without having the appropriate shaders loaded and bound. This means there is more setup code required to render than the...
The build chain was originally made by Harry Li. I just continued the project and added support for staticlibrary linking, debugging etc. What’s new: Support for QtCreator and Nokia QtSDK. GC...