Alpha 1 provides SDL2 bindings.

This commit is contained in:
Ethan Lee 2013-04-12 12:06:56 -04:00
parent 14aabb792a
commit 52a649f5aa

4
README
View file

@ -17,12 +17,14 @@ About the C# Wrapper
The C# wrapper was written to be used for MonoGame's desktop platforms. However,
this is written in a way that can be used for any general C# application.
The wrapper will include bindings for the following libraries:
The wrapper provides bindings for the following libraries:
- SDL2
- SDL2_image
- SDL2_mixer
- SDL2_ttf
We are in the process of adding bindings for OpenGL and OpenAL, via OpenTK.
Note that SDL2# will not provide every single SDL2 function. This is due to
limitations in the C# language that would cause major conflicts with the native
SDL2 library and its extensions.