ios-samples/Stars
David Britch e928c15193 Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
..
Resources [Stars]Amending README, adding screenshots and icons 2013-10-28 18:33:59 +00:00
Screenshots [Stars]Amending README, adding screenshots and icons 2013-10-28 18:33:59 +00:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md [Stars]Amending README, adding screenshots and icons 2013-10-28 18:33:59 +00:00
Stars.csproj Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Stars.sln Added Stars and CircleLayout samples 2012-09-19 14:37:14 -04:00
StarsAppDelegate.cs Pull from upstream 2015-01-19 20:39:40 +05:30
StarsViewController.cs [Stars] Fix conflicts between C# events and underlying delegate, bug #30315 2015-10-23 11:32:31 -03:00

README.md

Stars

This sample provides an introduction to Core Motion by demonstrating how to implement virtual reality. The view controller provides a view of rotating cubes and stars, which uses Core Motion to determine which way the device is facing to display these elements from different angles.

Target device must have device motion / gyroscope available to display properly, and therefore cannot be run on a simulator.

This is a port of the WWDC2012 sample of the same name.

Ported by: Peter Collins