Simple Engine to render 2D sprites in C# based on Veldrid library: https://github.com/veldrid/veldrid.
Run build, run tests for app in docker:
- docker build -t sandengine .
- docker run --rm -v ${pwd}:/src -w /src/SandAndStonesEngineTests mcr.microsoft.com/dotnet/sdk:8.0 dotnet test