https://github.com/mistericy/sdltoosharp
SDL2 Bindings for C#
https://github.com/mistericy/sdltoosharp
csharp dotnet sdl2
Last synced: 4 months ago
JSON representation
SDL2 Bindings for C#
- Host: GitHub
- URL: https://github.com/mistericy/sdltoosharp
- Owner: MisterIcy
- License: mit
- Created: 2022-09-25T07:15:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T15:09:28.000Z (over 1 year ago)
- Last Synced: 2025-08-01T01:46:01.483Z (11 months ago)
- Topics: csharp, dotnet, sdl2
- Language: C#
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SDLTooSharp



[](https://github.com/MisterIcy/SDLTooSharp/actions/workflows/ci.yaml)
SDL2 Bindings for .NET Core
This library contains bindings for:
- SDL2 (`SDLTooSharp.Bindings.SDL2.SDL`)
- SDL2 Image (`SDLTooSharp.Bindings.SDL2Image.SDLImage`)
- SDL2 Mixer (`SDLTooSharp.Bindings.SDL2Mixer.SDLMixer`)
- SDL2 TTF (`SDLTooSharp.Bindings.SDL2Ttf.SDLTtf`)
Due to how C# works, it is impossible to create exact bindings for the whole library. Please note that all strings are treated as `UTF-8` strings.
SDLTooSharp follows [Semantic Versioning](https://semver.org/). All changes can be found in the [Changelog](CHANGELOG.md).
Feel free to open an issue and/or a pull request in case you stumble upon a bug.