Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 890 Bytes

File metadata and controls

24 lines (15 loc) · 890 Bytes

open-dis-cpp

A C++ implementation of the Distributed Interactive Simulation (DIS) protocol. Initially generated with xmlpg.

Travis (Linux) Build Status CodeDocs status

Building Open DIS

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.

Linux

  1. Run premake5 gmake
  2. Run make config=release

Windows

  1. Run premake5 vs2015
  2. Open the solution and build.

Developer Docs

The latest doxygen docs for the Open DIS master branch can be found here.