andykorth / opentk

The Open Toolkit is a low-level C# library that wraps OpenGL, OpenCL and OpenAL. This fork has been superseded by https://github.com/thefiddler/opentk Please direct your attention to that official repository.
71 stars 27 forks source link

Support for SDL2 backend #22

Closed thefiddler closed 11 years ago

thefiddler commented 11 years ago

With SDL2 officially released, it makes sense to add a SDL2 backend to OpenTK. This backend is used automatically if the correct unmanaged SDL2 library is available. Prebuilt versions of SDL2 are included in the Dependencies/ folder.

Benefits:

Limitations:

Current status:

This branch also contains a fix for NRE in MouseDevice on Windows and a more stable Example Browser (examples are launched on separate processes.)