C-Sharp implementation of the Distributed Interactive Simulation (DIS) standard.
Many of the classes were initially generated with XMLPG.
- Install .NET SDK 5.0 from : https://dotnet.microsoft.com/download/dotnet/5.0
- Depending on your OS, call build.ps1 or build.sh -- To compile in release : build --configuration release -- To compile in debug : build
The available commands are :
- Restore : Restore all dependencies from Nuget
- Clean : Clean all projects
- Compile : Compile all projects
- Pack : Create a nuget package in sub-directory (artifacts)