1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-01-14 13:15:39 +00:00
.Net Standard port for Opentk
Go to file
Stefanos A. ff9cd61777 Removed terrible hack for SDL_WINDOW_OPENGL
SDL2 will refuse to create an OpenGL context on a window with the SDL_WINDOW_FOREIGN flag (i.e. windows that are passed to SDL2 through SDL_CreateWindowFrom). This must be fixed upstream.
2013-10-01 21:05:02 +02:00
Dependencies Implemented Sdl2GLControl 2013-09-30 20:47:29 +02:00
Documentation Updated license information 2013-09-27 23:07:23 +02:00
Installers Added Robmaister's Matrix3 implementations 2013-01-03 10:41:56 -06:00
Source Removed terrible hack for SDL_WINDOW_OPENGL 2013-10-01 21:05:02 +02:00
.gitignore Updated .gitignore 2013-09-27 14:51:05 +02:00
OpenTK.sln Added Robmaister's Matrix3 implementations 2013-01-03 10:41:56 -06:00
OpenTK.snk Added keyfile and strong-named all projects. 2010-10-04 14:39:42 +00:00
QuickStart.sln * QuickStart.sln: 2010-10-21 12:55:45 +00:00
README.md Readme cleanup, add some resources and links 2013-03-22 16:48:13 -05:00

OpenTK

The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL. The OpenTK home is http://www.opentk.com/

This is an unofficial fork for community changes that we hope will someday make it into the official repository. Unfortunately, the only official maintainer of OpenTK has been missing since early 2012.

This fork was created from the latest official SVN repository. It contains numerous fixes by the original maintainer that are not found in the last release (2010-10-06). This fork is based on AndyKorth's OpenTK fork with lots of fixes from all over the community.

Documentation

The best source of documentation is the OpenTK Manual

Need Help?

Head over to the OpenTK forums. It's the best way to reach the community.

OpenTK Version: 1.1.1160.61462 (build 2013-03-07), also available via nuget (OpenTK and OpenTKWithOpenAL) and used in the DeltaEngine.