ios-samples/OpenGL
conceptdev b2871d12b0 onboard missing samples 2019-08-01 22:09:15 -07:00
..
GLKBaseEffectDrawing Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
GLKBaseEffectDrawingTexture Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
GLKReflectionMapEffectSkybox Fixed 'GLKReflectionMapEffectSkybox' sample (#306) 2018-11-15 09:43:14 -08:00
OpenGLES20Example Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
PerVertexDirectionalLighting Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Screenshots Added screenshot with same name as sample as no image appears on Sample website 2013-06-19 19:04:08 -04:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
OpenGL.sln [OpenGL] Update GLKBaseEffectDrawing sample 2015-05-12 22:13:07 +03:00
README.md onboard missing samples 2019-08-01 22:09:15 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - OpenGL A collection of samples for using OpenGL in Xamarin.iOS sample
csharp
xamarin
opengl

Xamarin.iOS OpenGL

A collection of samples for using OpenGL in Xamarin.iOS. These samples are Xamarin ports of samples found in objective-c at https://github.com/jlamarche/iOS-OpenGLES-Stuff

OpenGL application screenshot

GLKBaseEffectDrawing

Draws a rotating monkey's head from a list of vertices and normals using GLKit

GLKBaseEffectDrawingTexture

Adds a texture to the monkey head from the GLKBaseEffectDrawing sample

GLKReflectionMapEffectSkybox

Adds a skybox to the GLKBaseEffectDrawing sample and changes the monkey's head to be reflective.

OpenGLES20Example

Draws a rotating 20-sided die using shaders and a texture image.

PerVertexDirectionalLighting

Adds directional lighting to OpenGLES20Example