C# bindings for SDL3 (https://github.com/libsdl-org/SDL)
Go to file
Susko3 e5f25b9957 Don't log potential typedef remappings
Produces a lot of noise about unused remappings (as we're processing a header at a time).
All remappings (except `SDL_JoystickGUID`) have been added.

`SDL_JoystickGUID` is a remapping of a struct, so it's harded to do programatically.
2024-04-06 12:37:14 +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 Don't log potential typedef remappings 2024-04-06 12:37:14 +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 global/base files 2024-04-05 23:59:34 +02:00
global.json Add global/base files 2024-04-05 23:59:34 +02:00

README.md

SDL3-CS