An SDL3 wrapper that feels right at home in C#.
| SimpleSDL | ||
| SimpleSDL.Demo | ||
| SimpleSDL.ImGui | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| SimpleSDL.sln | ||
SimpleSDL: A simple C# wrapper around SDL3
SimpleSDL is a library aimed at providing a very C#-ified API for interacting with SDL3 (Simple DirectMedia Layer).
SDL's API is actually fairly well-suited to an object-oriented structure - meaning thusly that this library has been structured accordingly. You will find proper objects with instance methods that can be derived and overridden with ease.
A proper README to come in the future.