Skip to content

JeremySayers/Sayers.SDL2.Core

Repository files navigation

Sayers.SDL2.Core

Nuget package for handling SDL2-CS bindings and the native SDL dlls.

The bindings are provided by flibitijibibo here: https://github.com/flibitijibibo/SDL2-CS

All of the licenses for the various SDL dlls can be found in the licenses folder.

Usage

To use, either install Sayers.SDL2.Core through the nuget package manager or with:

dotnet add package Sayers.SDL2.Core --version 1.0.11

You'll also need to allow Unsafe code in order to actually use the bindings. This can be found by right-clicking on your Project > Properties > Build > General > Allow code that uses the 'unsafe' keywaord to compile.

image

Getting Started

Tutorials going in depth on the usage SDL2-CS can be found here: https://jsayers.dev/tutorials/

About

Nuget package for handling SDL2-CS bindings and the native SDL dlls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages