SysMo Library
A C++ library for modelling any 2D or 3D particle systems.
This C++ library is meant to be as general and extensive as possible in modelling 2D or 3D particle systems. The library can be used in congruence with other C++ libraries, such as graphical libraries, and thus can be utilized in a myriad of situations, from game programming to scientific modelling to data management. The possible uses for this library are yet to be fully realized, and are only limited by the imagination of the developer utilizing the SysMo library.
The conceptual idea behind the SysMo library originates from entity relationship databasing models, in which the library allows you to establish particle or entity types, attributes or characteristics of said particles, and relationships between particle types. ...