Port of https://github.com/DigitalRune/DigitalRune for the modern day MonoGame.
So far it works only under Windows.
- Clone this repo
- Install mgcb if it's not installed:
dotnet tool install dotnet-mgcb --global - Open
DigitalRune.MonoGame.DirectX.slnin the IDE and build Release version. All projects butSamples.MonoGame.DirectXshould build succesfully - Execute
Build-Content-Release.cmd - Goto
Samplesfolder and executeBuild-Content-MonoGame-Windows.cmd - Build the solution in the IDE again and this time
Samples.MonoGame.DirectXshould build succesfully - Run
Samples.MonoGame.DirectX - Use PgUP/PgDown to switch between samples
