A C++ implementation of the Distributed Interactive Simulation (DIS) protocol. Initially generated with xmlpg.
-
premake5 is required to build the platform specific projects. Download it and make sure it's available on your path, or specify the path to it.
-
SDL2 and SDL2_net are required libraries to compile the examples. See the .travis.yml for more details on setting up a build environment.
- 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.