A quick, cloneable project to get started with Easel.
- Clone this project with
git clone --recurse-submodules https://github.com/ohtrobinson/EaselGettingStarted MyProjectName
(the--recurse-submodules
is very important!) - Open the project in powershell, and run
dotnet build
in the base directory. - Your project is then ready to run!