Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 499 Bytes

SandAndStonesEngine

Simple Engine to render 2D sprites in C# based on Veldrid library: https://github.com/veldrid/veldrid.

Screen

Docker instructions

Run build, run tests for app in docker:

  1. docker build -t sandengine .
  2. docker run --rm -v ${pwd}:/src -w /src/SandAndStonesEngineTests mcr.microsoft.com/dotnet/sdk:8.0 dotnet test

Author