An open API service indexing awesome lists of open source software.

https://github.com/depp/coresdl

Efficient, high quality C# SDL bindings for .Net Core
https://github.com/depp/coresdl

Last synced: about 1 year ago
JSON representation

Efficient, high quality C# SDL bindings for .Net Core

Awesome Lists containing this project

README

          

# CoreSDL
These bindings are as close as the C version as possible data-wise, but use all the C# conventions for naming. Nothing is marshalled or converted behind your back. However, a Utf8 class is provided to convert byte pointers to and from string as fast as possible. Everything else is completely unmanaged.