Negum.SDL is a client-side wrapper for Negum libraries which is using SDL as main engine for things like rendering, input registering, audio, etc.
For more information please see: Negum.Core and Negum.Game.
The main focus of this project is to give players a fully playable game which is using Negum libraries.
Easiest way to install Negum.SDL library is via NuGet like so:
dotnet add package Negum.SDL
Or check it directly Here