C# bindings for SDL3 (https://github.com/libsdl-org/SDL)
Go to file
Susko3 bb9834d0a9 Add sample/tests project
Just a playground to see how the string/type/array friendly overloads work.
You'll have to provide the SDL3 library manually.
2024-04-06 14:47:39 +02:00
.config Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
.idea/.idea.SDL3-CS/.idea Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
SDL3-CS Change SDL sources to use more proper types 2024-04-06 14:43:18 +02:00
SDL3-CS.SourceGeneration Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL3-CS.Tests Add sample/tests project 2024-04-06 14:47:39 +02:00
.editorconfig Add global/base files 2024-04-05 23:59:34 +02:00
.gitattributes Add global/base files 2024-04-05 23:59:34 +02:00
.gitignore Add simple check for generated functions 2024-04-06 01:17:00 +02:00
.globalconfig Add global/base files 2024-04-05 23:59:34 +02:00
Directory.Build.props Add global/base files 2024-04-05 23:59:34 +02: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.licenseheader Add global/base files 2024-04-05 23:59:34 +02:00
SDL3-CS.sln Add sample/tests project 2024-04-06 14:47:39 +02:00
global.json Add global/base files 2024-04-05 23:59:34 +02:00

README.md

SDL3-CS