Alpha 1 provides SDL2 bindings.
This commit is contained in:
parent
14aabb792a
commit
52a649f5aa
4
README
4
README
@ -17,12 +17,14 @@ About the C# Wrapper
|
|||||||
The C# wrapper was written to be used for MonoGame's desktop platforms. However,
|
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.
|
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
|
||||||
- SDL2_image
|
- SDL2_image
|
||||||
- SDL2_mixer
|
- SDL2_mixer
|
||||||
- SDL2_ttf
|
- 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
|
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
|
limitations in the C# language that would cause major conflicts with the native
|
||||||
SDL2 library and its extensions.
|
SDL2 library and its extensions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user