Home
Summeli.com
Cancel

AntSnes video

Here’s a short youtube video of AntSnes running on my N8. Get AntSnes 0.8.1 now 🙂

AntSnesQt 0.7: Audio update for S60 5th edition

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...

AntSnes 0.8.1 for Symbian^3

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...

AntSnes 0.8 for Symbian^3

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...

Fast blit with OpenGl ES and Qt

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...

Fast Blit with OpenGL ES 2.0 and texture uploading

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...

Generic Makefile Build Chain for Symbian OS v. 1.1

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...

AntSnes for Symbian^3

Thanks for clpalmer: ——– For those of you who want a better experience on S^3, here’s a modified version of AntSnes that supports multitouch and has full set of on-screen buttons. Also runs much fa...

Building Symbian Projects with QtSDK

All new Symbian SDKs are now distributed inside the new QtSDK, so that should be my primary build environment. The new QtSDK also includes an updated version of GCCE (4.x), and new sbsv2 build, whi...

Removing the checklib from Symbian^3 SBSv1 build chain

According to the Symbian documentation the checklib.exe is a static analysis tool for checking the consistent use of operator new in static libraries linked into dll or exe. This means that you sho...