From: Kevin G. <ke...@co...> - 2011-05-18 14:23:01
|
So, I've been working away on my little games using the Objective-C backend. I'm quite comfortable fiddling around with it and the objc-comatlib. However, I'd like to keep up to date, so I'd like to move to the posix backend. I have a few questions: - Do I still write against the Objective C compatibility libraries, I can't find any Java classes in the xml2c compatibility library? - Will I get a performance increase in moving? I seem to remember you were going from a stack based to a register based implementation for posix. - How do I switch over, is it just a matter of changing the target or is the output completely different? - Does it still output an xcode project - which I mangle :) - Are there missing bits from the posix backend that I'll need? (OpenGL, Sound Calls, Network, Resource access, Input). Thanks for any input, Kev |