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
- Host: GitHub
- URL: https://github.com/depp/coresdl
- Owner: depp
- Created: 2017-09-06T21:20:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T11:41:47.000Z (over 5 years ago)
- Last Synced: 2025-01-27T11:46:13.716Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.