The Following User Says Thank You to dracflamloc For This Useful Post: | ||
|
2010-03-01
, 03:07
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#2
|
![]() |
2010-03-01
, 03:28
|
Posts: 11 |
Thanked: 2 times |
Joined on Feb 2010
|
#3
|
99% of the game is coded in javascript which runs in google's v8 engine with some SDL functions added in.
So theres very little to actually be ported, from a C/C++ standpoint. v8 can compile to ARM, and obviously SDL can. The only unknown to me at this point library-wise is if PDCurses-SDL will compile to ARM.
Anyway this is a call for help to someone who is experienced with maemo porting/compiling and can spare a little while to make my game work on the n900.
http://code.google.com/p/wtfgame/
Thanks for looking