Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone 4 gyroscope simulation

Is there any way to simulate CMMotionManager's gyroscope output in the iPhone 4 simulator? CMMotionManager's gyroAvailable seems to indicate that the simulator itself won't do it (which is understandable, given that it doesn't simulate acceleration data either), but I figured someone may have written a simple simulator drop-in for testing a project.

The new phones are in short supply in my city so far and it would be nice to give things a reasonable workout in the meantime!

like image 653
Scott Avatar asked Aug 06 '26 16:08

Scott


1 Answers

This is a pretty old post, but may give you a starting point:

http://ifiddling.blogspot.com/2009/01/dummy2.html

like image 71
ezekielDFM Avatar answered Aug 09 '26 06:08

ezekielDFM