Skip to content

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

License

Notifications You must be signed in to change notification settings

phoppermann/open-dis-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 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

  • 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.

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 6 and 7, IEEE-1278.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Other 0.2%