Symbian SDL is a Simple DirectMedia Layer adaptation for Symbian. SDL is a cross-platform multimedia library: Applications and libraries built on SDL can easily be ported to other operating systems. But Symbian SDL does more than makes porting easy: Native multimedia applications can be implemented without any knowledge of Symbian C++ native API and a developer can use SDL and standard C, C++ interfaces. The SDL development supports both Nokia OpenC and Symbian stdlib (ESTLIB) C implementations.
With Symbian SDL it is possible to port applications to Symbian without a single code change. However when do porting from other platforms, Symbian SDL has a special API that makes integration to mobile platform easier. Symbian devices usually has a small screen and limited input posibilities and CSDL interface helps to do adaptation without changes to the original code base. However I want to address that CSDL interface is not needed when application desing is considered to support multiplatform. SInvanders is a space invanders game that in theory works on any platform that has SDL implemented (in theory as I have not tested it with all dozen adaptations).
The Symbian SDL supports OpenGL ES development. Its possible to create SDL Surface for OpenGL ES content and manage that with SDL's platform independent OpenGL API. In Symbian devices that dont have hardware accelerated OpenGL, a software rendered is used automatically.
Symbian SDL documentation:S60SDL_2.4.4.pdf (08/02/11)
For latest SDL sources, please visit SDL site.
2.4.4 is for works with Symbian (a.k.a. Symbian^3), 5th ed and 3rd FP2. Could be buildable with older versions as well.
The installing is very easy:
Latest Changes:
The Sourceforge release includes sources and SDL binaries and a plugin for using Symbian^3 device HW accelators, note that it requires application is using sdlexe.lib.
Extra candy for N8 and other touch screen phone owners: rain(1.1).sisx is a small SDL example application. The first number is FPS, second is persentage consumed calculating the effect (hint: touch the screen), second is persentage used for blitting. Source codes are available among SDL sources. SDL or C2Doom has to be installed.(08/02/11).
Old version S60 SDL source release:SDL-1.2.13-s60-2.3.6.zip (01/04/09).