ios-samples/Stars
conceptdev d98aff6051 onboard missing samples 2019-08-02 09:31:19 -07:00
..
Resources
Screenshots
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 onboard missing samples 2019-08-02 09:31:19 -07:00
Stars.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Stars.sln
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

name description page_type languages products urlFragment
Xamarin.iOS - Stars Core Motion virtual reality demo, a view controller provides a view of rotation cubes and stars sample
csharp
xamarin
stars

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.

Screen showing stars, cubes, and data display

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.