mac-samples/MacOpenTK
conceptdev c6def29a42 improving the readme experience 2019-07-23 10:10:34 -07:00
..
MacOpenTK Updated min deployment version (#113) 2018-11-15 03:52:17 -05:00
Screenshots MacOpenTK 2015-07-23 10:37:23 -05:00
MacOpenTK.sln MacOpenTK 2015-07-23 10:37:23 -05:00
Metadata.xml [MacOpenTK] Update metadata + fix static analyzer issues: 2015-10-29 16:18:54 -03:00
Readme.md improving the readme experience 2019-07-23 10:10:34 -07:00

Readme.md

name description page_type languages products urlFragment
Xamarin.Mac - MacOpenTK OpenTK (The Open Toolkit) is an advanced, low-level C library that makes working with OpenGL, OpenCL and OpenAL easier. OpenTK can be used for... sample
csharp
xamarin
macopentk

MacOpenTK

OpenTK (The Open Toolkit) is an advanced, low-level C# library that makes working with OpenGL, OpenCL and OpenAL easier. OpenTK can be used for games, scientific applications or other projects that require 3D graphics, audio or computational functionality. This example gives a brief introduction to using OpenTK in a Xamarin.Mac app.

This sample creates a Game View, attaches it to the Main Window of the app and uses the Game View to render a simple triangle.

For more information on OpenTK and how to use it, please see The Open Toolkit website.

Mac app with graphics rendered using OpenTK

Prerequisites

Running the sample

  1. Open the solution file (.sln) in Visual Studio for Mac.
  2. Use the Run button or menu to start the app.