SDL for S60 3rd edition and Symbian OS

S60 SDL

S60 SDL is a Simple DirectMedia Layer adaptation for S60. SDL is a cross-platform multimedia library: Applications and libraries built on SDL can easily be ported to other operating systems. But S60 SDL does more than makes porting easy: S60 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 S60 SDL it is possible to port applications to S60 without a single code change. But S60 SDL has a special S60 API that makes integration to mobile platform easier. As in practice S60 devices usually has a small screen and limited input posibilities, 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.

The S60 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 S60 devices that dont have hardware accelerated OpenGL, a software rendered is used automatically.

S60 programming without Symbian!

Download

S60 SDL documentation:s60sdl(2.3).pdf (29/10/08)

S60 SDL runtime library:SDL-1.2.13-s60-2.3.6_armv5.sisx (01/04/09)

For latest SDL sources, please visit SDL site.

Latest S60 SDL source release:SDL-1.2.13-s60-2.3.6.zip (01/04/09).

Source Installation

Download and extract SDL 1.2.13 to root of development drive. (Its assumed that S60 SDK is installed into its own drive e.g use subst command). Then extract source zip file which creates S60_SDL_install folder, and goto there and run install.bat.


Earlier versions had some problems using S60 SDK GCCE compiler, but they should be fixed now!. However if you have any problems, please let me know.

Contact

mertama_cattail_mbnet_dot_fi



Projects that are using S60 SDL

Is your project missing from the list? Please let me know and I add it there!