View Full Version : Symbian S60 SDL v2.3.6 S60v3-Simple DirectMedia Layer adaptation for S60-(Update:06.04.09)



drAdeLante
6th April 2009, 16:05
S60 SDL v2.3.6 S60v3 Symbianos9.x Signed






[Only registered and activated users can see links]







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 should work 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!

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.

abc_to_xyz
6th April 2009, 18:52
Whats new in this version???

seth2003
6th April 2009, 19:07
Thank you but as an OS9 rookie i gotta ask, what is the exact use of this? :mrgreen:

nicesoni_ash
6th April 2009, 19:17
Thank you but as an OS9 rookie i gotta ask, what is the exact use of this? :mrgreen:

With S60 SDL it is possible to port applications to S60 without a single code change.

Basically it's a programming tool to create S60 apps, but more easily and without the hectic of C++ or any other tuff language.. ;)

Thnx doc for the app, great one.. let me test it.

seth2003
6th April 2009, 22:08
With S60 SDL it is possible to port applications to S60 without a single code change.
Basically it's a programming tool to create S60 apps, but more easily and without the hectic of C++ or any other tuff language.. ;)
Thnx doc for the app, great one.. let me test it.
Thank you for clearing it i'll try and see what i can do :D

abc_to_xyz
6th April 2009, 22:16
4 short, u can say that it can act as DirectX for S60v3!!!


Btw, whats new it this version? There are many SDL versions already out!