SDL2# - C# Wrapper for SDL2
Go to file
2013-04-07 22:21:02 -04:00
src SDL2_mixer first draft is done. 2013-04-07 22:21:02 -04:00
LICENSE Why, hello there, world... 2013-04-03 12:15:53 -04:00
README At least the typo was only in the README! 2013-04-04 04:59:55 -04:00
SDL2#.csproj SDL_render first draft done. 2013-04-04 04:18:59 -04:00
SDL2#.dll.config Remove the SDL2_rtf stuff. Not even sure that is a supported extension anymore. 2013-04-03 20:09:40 -04:00
SDL2#.sln Why, hello there, world... 2013-04-03 12:15:53 -04:00

This is SDL2#, a C# wrapper for SDL2.

Project Website: https://github.com/flibitijibibo/SDL2-CS

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

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.

Roadmap
-------
To see the current roadmap for SDL2#, visit the GitHub issues page:

https://github.com/flibitijibibo/SDL2-CS/issues