A C++ implementation of the Distributed Interactive Simulation (DIS) protocol. Initially generated with xmlpg.
Note those indicators ^ are referring to the main repo not this fork. A TODO item is to get them referring to this build.
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.
The example code that uses OpenDIS requres SDL2 to be installed as a system wide library.
- Run
premake5 gmake
- Run
make OpenDIS config=release
to make OpenDIS library only. (make config=release
ormake all config=release
to make example sender and receiver. - Find libOpenDIS.so in ./Build/Release/
- Run
premake5 vs2015
- Open the solution and build.
The latest doxygen docs for the Open DIS master branch can be found here.