ios-samples/OpenGLScroller
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 [OpenGLScroller]adding metadata, updating screenshots and sample for ios7 2013-11-05 15:44:53 +00:00
Screenshots [OpenGLScroller]adding metadata, updating screenshots and sample for ios7 2013-11-05 15:44:53 +00:00
AppDelegate.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
CubeView.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01: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
OpenGLScroller.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
OpenGLScroller.sln Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
README.md update readme, fix links 2019-07-23 13:26:12 -07:00
ViewController.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 - OpenGLScroller This is a port of the WWDC2012 sample application of the same name. This sample demonstrates the usage of OpenGL in a scroll view. A swipe gesture... sample
csharp
xamarin
openglscroller

Xamarin.iOS OpenGLScroller

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

This sample demonstrates the usage of OpenGL in a scroll view. A swipe gesture on the top of the screen will slide the 20 small cubes left or right. A tap gesture on any of the small cubes will cause them to change color and speed based on the large cube. A tap gesture on the large cube will change its color and rotation speed.

App showing boxes rendered in an OpenGL view