From: Arno P. <ar...@pu...> - 2011-12-23 09:10:23
|
absolutely! Please upload your patch to our review system: http://xmlvm.org/contribute/ Thanks! Arno On 12/22/11 2:04 PM, Sam Posner wrote: > Hello XMLVM community! > > I'm building an Android-iPhone game framework using XMLVM. I've been working on implementing device orientation processing for motion controls - with the vanilla Android SDK I did this by giving the accelerometer and magnetometer readings to SensorManager's getRotationMatrix and getOrientation class methods, which are not implemented in the XMLVM compatibility library. So, I took a look at the Android source and reimplemented them in my project! This works to calculate orientation on my Android phone and the cross-compiled iPhone app runs in the simulator, though I don't have an iOS device to actually test the orientation processing (Apple's emulators don't simulate hardware sensors). If this makes sense to anyone else would a contributor be willing to add those methods to XMLVM's SensorManager? > > Sam > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |