View Single Post
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#37
ok, I had a bit of time to dedicate to this lost sheep.
Some info:
I switched from the python+pygame to the c+SDL.
I realised that pygame is a pretty straighforward SDL bind for python so everything is conceptually the same but without the heavy python layer.
Im compiling everything on the tablet so I dont use any SDK/IDE and let me write code whereever I am.
Im a complete C noob so this could be a nice project to follow for whoever want begin to program the tablet (or any other c/sdl platform).
Im testing all the pieces Ill need for what I have in mind:

libsdl_image for the png/trasparencies support
libsdl-ttf for the ttf cont support
libsdl_mixer for the sound part
libsmpeg for the mp3 (ogg?) support

from first testing everything seem in place:



Ill see if Ill be able to cleanup a bit the code and post something usable somewhere before the middle of august
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following User Says Thank You to ciroip For This Useful Post: