C# bindings for SDL3 (https://github.com/libsdl-org/SDL)
Go to file
Dan Balasescu 682da0bfe1
Apply review suggestions
2024-09-26 18:21:25 +09:00
.config Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
.github/workflows Apply review suggestions 2024-09-26 18:21:25 +09:00
.idea Adjust run configs 2024-04-20 19:32:41 +09:00
.run Adjust run configs 2024-04-20 19:32:41 +09:00
External Reset git tree before generate/build 2024-09-18 17:55:45 +09:00
SDL3-CS Reset git tree before generate/build 2024-09-18 17:55:45 +09:00
SDL3-CS.Android Update Android SDL binaries 2024-09-15 14:41:01 +00:00
SDL3-CS.SourceGeneration Change all namespaces to `SDL` (from `SDL3`) 2024-04-19 19:02:22 +02:00
SDL3-CS.Tests Add tests for binary representation of SDL_bool 2024-09-02 18:58:32 +02:00
SDL3-CS.Tests.Android Fix native lib packaging in android tests project 2024-08-07 22:46:18 +09:00
SDL3-CS.Tests.Desktop Change namespaces from SDL3 -> SDL 2024-04-20 21:08:58 +09:00
SDL3-CS.Tests.iOS Change namespaces from SDL3 -> SDL 2024-04-20 21:08:58 +09:00
native Merge remote-tracking branch 'upstream/update-android-binaries' 2024-09-16 00:13:48 +09:00
.editorconfig Fix .editorconfig generated code glob pattern 2024-04-16 12:49:38 +02:00
.gitattributes Add global/base files 2024-04-05 23:59:34 +02:00
.gitignore Add MVP android tests 2024-04-19 19:34:09 +02:00
.gitmodules Bring in SDL submodule 2024-09-18 13:35:48 +09:00
.globalconfig Add global/base files 2024-04-05 23:59:34 +02:00
Directory.Build.props Move NuGet config to final csproj 2024-04-07 15:17:29 +09:00
LICENCE Add global/base files 2024-04-05 23:59:34 +02:00
README.md Add README 2024-04-04 03:12:48 +09:00
SDL3-CS.Android.slnf Adjust filtered solutions 2024-04-20 19:43:46 +09:00
SDL3-CS.Desktop.slnf Adjust filtered solutions 2024-04-20 19:43:46 +09:00
SDL3-CS.iOS.slnf Adjust filtered solutions 2024-04-20 19:43:46 +09:00
SDL3-CS.licenseheader Add global/base files 2024-04-05 23:59:34 +02:00
SDL3-CS.sln Add iOS tests project 2024-04-20 19:32:41 +09:00
SDL3-CS.sln.DotSettings Rider migrations 2024-09-15 01:52:11 +01:00
global.json Add global/base files 2024-04-05 23:59:34 +02:00

README.md

SDL3-CS