Actions
Wiki » History » Revision 9
« Previous |
Revision 9/38
(diff)
| Next »
Tony Ciavarella, 02/04/2013 03:38 PM
Disorder¶
Disorder is a practical C++ Distributed Interactive Simulation (DIS) library that conforms to the IEEE 1278 standard.
Disorder is open source and released under the simple and liberal terms of the MIT License.
Features¶
Some of the main features of Disorder are:- full support for 1278.1-1995 PDUs
- built-in simulation entity management
- geospatial coordinate conversion
- extensible framework for logging, PDU manipulation and transmission, defining and handling custom PDUs, etc.
- optionally uses multiple threads to take advantage of modern multi-core CPUs
- included SISO compliant enumerations and bitfields headers
- leverages the goodness provided by other open source projects including Boost, SEDRIS, and Eigen
- extensive test suite to prove correctness and robustness across versions and platforms
- good documentation
Documentation¶
- Installation
- API Reference Manual
- Examples
Contributing¶
Updated by Tony Ciavarella almost 12 years ago · 38 revisions