A C++ implementation of the Distributed Interactive Simulation (DIS) protocol
Open DIS uses premake5 to build platform specific projects. Download it and make sure it's available on your path, or specify the path to it.
- Run
premake5 gmake
- Run
make config=release
- Run
premake5 vs2015
- Open the solution and build.
The latest doxygen docs for the Open DIS master branch can be found here.
This repository includes a git submodule for the XML descripton files. These files contain a machine-readable description of the DIS messages that are translated into a language implementation. Since the XML file is shared across multiple languages, I'm trying to prevent between-language drift of the description file.
You should only need this if you're regenerated the source code, which is unlikely. but if you are, bring in the submodule with
git submodule init
git submodule update