View Single Post
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#3
Originally Posted by Nokia 5700 View Post
I have a slight question about devlopment.
I am in process of making a game, and i dont want to make it in C++ or the other languages as they arent suited for gaming development.
C & C++ compile down to native code. For games, this is going to be better than going through a VM (even a JITed) oen.

Therefore i chose XNA/C#, which is a language made for this purpose, and includes all you need to make high quality 3D games that are light.
I suspect it is light for the developer, but relatively heavyweight in terms of the requirements for the machine the framework runs on.

My problem is that C# is based on .NET framework and depends on it.
Would it be possible to install a binary package made for normal Linux on a N900 and still working?
Short answer: No.

Long answer: No. You'll either have to port XNA on top of the old Mono port; switch to a different technology stack or give up. :-(
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 

The Following 5 Users Say Thank You to Jaffa For This Useful Post: