SDL2# - C# Wrapper for SDL2
Перейти к файлу
Manu b40a78c222 Add macOS support for CoreCLR by providing the native dylib name of SDL2 libraries
Fix Linux library name to match what's expected when just installing the
non-dev package of SDL2.
2016-07-04 15:01:17 +09:00
src Add macOS support for CoreCLR by providing the native dylib name of SDL2 libraries 2016-07-04 15:01:17 +09:00
.gitignore Ignored ReSharper Cache files. 2015-10-15 12:57:56 +09:00
LICENSE Happy New Year! 2016-01-04 11:55:36 -05:00
Makefile Case-sensitive output folders to match csproj 2015-12-16 18:35:18 -05:00
README MiniTK has been removed. 2014-10-07 12:29:29 -04:00
SDL2-CS.csproj Add macOS support for CoreCLR by providing the native dylib name of SDL2 libraries 2016-07-04 15:01:17 +09:00
SDL2-CS.dll.config MiniTK has been removed. 2014-10-07 12:29:29 -04:00
SDL2-CS.sln Add macOS support for CoreCLR by providing the native dylib name of SDL2 libraries 2016-07-04 15:01:17 +09:00
SDL2-CS.sln.DotSettings Removed more useless ReSharper Analysis tool warnings. 2015-10-16 11:07:02 +09:00

README

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 FNA's platform support. However, this
is written in a way that can be used for any general C# application.

The wrapper provides bindings for the following libraries:
- SDL2
- SDL2_image
- SDL2_mixer
- 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.

SDL2# is a pure port of the C headers. The naming schemes for this library will
be exactly as they are done in the C library, with little-to-no concern for
"appropriate" C# style. The namespace indicates that this is SDL2, the class
names will indicate which library file the function/type/value exists in, and
everything else will be as close to the C version as technically possible.

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

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