ios-samples/Stars
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +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 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 Added Stars and CircleLayout samples 2012-09-19 14:37:14 -04:00
StarsAppDelegate.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
StarsViewController.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01: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.