SDL2-CS
SDL2-CS copied to clipboard
SDL2# - C# Wrapper for SDL2
Please do not use Marshall for Net 6.x and greater for NativeAOT. Replace with NativeMemory.Alloc(); I tested and it works fine like charm: ```cs namespace Test; using System.Runtime.InteropServices; using System.Text;...
The hint is documented [here](https://github.com/libsdl-org/SDL/blob/0efb31ef325dd1116cf2aff5191e4617b26f218e/include/SDL_hints.h#L2330-L2351).
Added the missing `ref uint pCount` overload and a helper method. Since I don't even have the net40 SDK installed, hope this compiles on net40...
Converted project readme to rich md format