Skip to content

A C++ implementation of the Distributed Interactive Simulation (DIS) protocol

License

Notifications You must be signed in to change notification settings

borcun/open-dis-cpp

 
 

Repository files navigation

open-dis-cpp

A C++ implementation of the Distributed Interactive Simulation (DIS) protocol

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.

Git submodule

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

About

A C++ implementation of the Distributed Interactive Simulation (DIS) protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • HTML 2.6%