mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 18:45:26 +00:00
32 lines
844 B
Plaintext
32 lines
844 B
Plaintext
This is SDL2#, a C# wrapper for SDL2.
|
|
|
|
License
|
|
-------
|
|
SDL2 and SDL2# are released under the zlib license. See LICENSE for details.
|
|
|
|
About SDL2
|
|
----------
|
|
For more information about SDL2, visit the SDL wiki:
|
|
|
|
http://wiki.libsdl.org/moin.fcg/FrontPage
|
|
|
|
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 Mono application.
|
|
|
|
The wrapper will include bindings for the following libraries:
|
|
- SDL2
|
|
- SDL2_image
|
|
- SDL2_mixer
|
|
- SDL2_net
|
|
- SDL2_ttf
|
|
|
|
Roadmap
|
|
-------
|
|
- Implement the SDL2 libraries.
|
|
- For SDL2 itself, organize it according to this API reference page:
|
|
http://wiki.libsdl.org/moin.fcg/APIByCategory
|
|
- Add OpenGL and OpenAL support.
|
|
- Just rip this off of OpenTK for now. Too much work, not enough time...
|