C# bindings for SDL3 (https://github.com/libsdl-org/SDL)
Go to file
Susko3 61bf25730a Initial SDL3-CS binding project with ClangSharp
The bindings don't yet compile. There are errors in SDL_pixels.g.cs, SDL_stdinc.g.cs and SDL_thread.g.cs,
a bunch of warnings about "Function like macro definition records are not supported",
and a few "Info: Potential missing remapping".

Built on SDL commit:
6ad390fc50
2024-04-06 00:57:07 +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 Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +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 global/base files 2024-04-05 23:59:34 +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