mirror of https://github.com/ppy/SDL3-CS.git
C# bindings for SDL3 (https://github.com/libsdl-org/SDL)
As seen when trying to build on Linux in #169. Removes: - Windows-specific begin/end thread symbols that don't do anything - Things that statically depend on `size_t` - 64-bit printf specifiers that depend on int64_t definition (long vs long long) |
||
|---|---|---|
| .config | ||
| .github/workflows | ||
| .idea | ||
| .run | ||
| External | ||
| SDL3-CS | ||
| SDL3-CS.Android | ||
| SDL3-CS.SourceGeneration | ||
| SDL3-CS.Tests | ||
| SDL3-CS.Tests.Android | ||
| SDL3-CS.Tests.Desktop | ||
| SDL3-CS.Tests.iOS | ||
| native | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .globalconfig | ||
| Directory.Build.props | ||
| LICENCE | ||
| README.md | ||
| SDL3-CS.Android.slnf | ||
| SDL3-CS.Desktop.slnf | ||
| SDL3-CS.iOS.slnf | ||
| SDL3-CS.licenseheader | ||
| SDL3-CS.sln | ||
| SDL3-CS.sln.DotSettings | ||
| global.json | ||
README.md
SDL3-CS
SDL3-CS is SDL3 bindings, developed for internal use and available publicly on NuGet.org.
About
The library is functional and available for public use. While it is actively maintained, updates are primarily driven by our internal needs. Please set your expectations accordingly when using or adapting SDL3-CS in your own projects.
Contributions to keep the bindings up-to-date with upstream SDL3 changes are welcome. If you have improvements or updates, feel free to submit a pull request.
License
This code is released under MIT.