Skip to content

C++ implementation of the Distributed Interactive Simulation (DIS) protocol, IEEE-1278.1

License

Notifications You must be signed in to change notification settings

tm132/open-dis-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C++ implementation of the Distributed Interactive Simulation (DIS) protocol, IEEE-1278.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.4%
  • CMake 1.6%