Wiki » History » Revision 10
Revision 9 (Tony Ciavarella, 02/04/2013 03:38 PM) → Revision 10/38 (Tony Ciavarella, 02/04/2013 03:39 PM)
h1. Disorder Disorder is a practical C++ "Distributed Interactive Simulation":http://en.wikipedia.org/wiki/Distributed_interactive_simulation (DIS) library that conforms to the "IEEE":http://www.ieee.org 1278 standard. Disorder is open source and released under the comprehensible simple and liberal terms of the "MIT License":http://www.opensource.org/licenses/mit-license.php. h2. 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":http://www.boost.org, "SEDRIS":http://www.sedris.org, and "Eigen":http://eigen.tuxfamily.org * extensive test suite to prove correctness and robustness across versions and platforms * good documentation h2. Documentation * [[Installation]] * API Reference Manual * Examples h2. Contributing