|
2008-03-03
, 11:26
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#22
|
|
2008-03-04
, 09:54
|
|
Posts: 7 |
Thanked: 0 times |
Joined on Feb 2008
|
#23
|
Maemo uses a standard Linux OS with GTK/X11 for user interface and ESound for audio. The display is 16bpp, the audio appears to be fixed at 44.1kHz, but you can change the other parameters.
As far as development tools go, your best bet will be to install Ubuntu7 ("Gutsy Gibbon") and Maemo SDK+ (based on ScratchBox2 that will be installed automatically). After that, you should be able to use Maemo GCC and packaging tools by prepending their names with "sb2":
gcc hello.c - your local Ubuntu gcc
sb2 gcc hello.c - Maemo gcc
To transfer your application to the tablet, install SSH server on the tablet and use standard scp/ssh tools from Ubuntu7 to copy files to the tablet and run them there.
Links:
Writing a new application:
http://maemo.org/development/documen...maemo_4-0.html
Porting existing application:
http://maemo.org/development/documen...ing_guide.html
Installing Maemo SDK+:
http://maemo-sdk.garage.maemo.org/install.html
|
2008-03-04
, 12:13
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#24
|
It seems Stella bases itself on SDL, so I should look into that too. Lets see how I progress...
|
2008-03-12
, 03:24
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#25
|
|
2008-03-12
, 09:33
|
|
Posts: 7 |
Thanked: 0 times |
Joined on Feb 2008
|
#26
|
|
2008-03-12
, 16:55
|
|
Posts: 373 |
Thanked: 110 times |
Joined on Jul 2007
|
#27
|
|
2008-03-12
, 20:38
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#28
|
|
2008-03-12
, 20:42
|
Posts: 151 |
Thanked: 14 times |
Joined on Dec 2007
|
#29
|
|
2008-03-12
, 23:47
|
|
Posts: 373 |
Thanked: 110 times |
Joined on Jul 2007
|
#30
|
So what was everyone's favorite games back in the day?
Hopefully, Pushwall and me aren't the only dust farting turds around here that was alive back then.
For me, I'll have to say it was H.E.R.O., Pitfall, Demon Attack, and River Raid.
I have good knowledge in C(++) for unix systems so I guess that the "learning C in 21 days" wont be needed. I also am familiar with the development environment under linux. I just want a simple kickoff tutorial to give my first steps.
Thanks for the pointers. I'll look into that this week.