mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 18:15:35 +00:00
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,
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue