An open API service indexing awesome lists of open source software.

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#

Awesome Lists containing this project

README

          

# SDLTooSharp

![GitHub](https://img.shields.io/github/license/MisterIcy/SDLTooSharp)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/MisterIcy/SDLTooSharp)
![Nuget](https://img.shields.io/nuget/v/SDLTooSharp)
[![SDLTooSharp Continuous Integration](https://github.com/MisterIcy/SDLTooSharp/actions/workflows/ci.yaml/badge.svg)](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.