Electrostat-Lab / Electrostatic-Sandbox

A high-performance infrastructure framework for distributed systems simulation based on the IEEE-1516 HLA Spec. and NASA DSES.
https://electrostat-lab.github.io/Electrostatic-Sandbox/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

electrostatic-sandbox-framework: introduced primer binaries #28

Closed pavly-gerges closed 4 months ago

pavly-gerges commented 4 months ago

This PR adds a primer submodule that could be swapped with the original binaries for flexibility of early accessing and testing architectures, and implementations on the same interfaces.

Notice: how this applies the Liskov Substitution Principle (LSP) and Dependency Inversion Principle (DIP) on a wider scale by building swappable binaries totally compatible with the framework interfaces, i.e., the project depends on the abstraction irrespective of the dependencies.