2013-04-03 16:15:53 +00:00
|
|
|
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
|
|
|
|
|
2013-04-04 08:32:42 +00:00
|
|
|
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.
|
|
|
|
|
2013-04-03 16:15:53 +00:00
|
|
|
Roadmap
|
|
|
|
-------
|
|
|
|
- Implement the SDL2 libraries.
|
|
|
|
- For SDL2 itself, organize it according to this API reference page:
|
|
|
|
http://wiki.libsdl.org/moin.fcg/APIByCategory
|
2013-04-04 08:18:59 +00:00
|
|
|
- Document the SDL2 methods.
|
|
|
|
- I have some parameter info, but having full SDL2 docs would be great.
|
2013-04-03 16:15:53 +00:00
|
|
|
- Add OpenGL and OpenAL support.
|
|
|
|
- Just rip this off of OpenTK for now. Too much work, not enough time...
|