This is a simulation framework I have created to try and determine what an effective model-based simulation framework might look like in the modern era of programming.
Removal of multi-crate project structure. Now everything is in one sim crate. This crate was also moved and organized in such a way that all the base repository junk files are separated from the actual source.
Python virtual environment allows connections to be made between different parts of the sim without an absurd amount of init.py files.
Python and Rust build / compilation directories moved to the top level of the repository to prevent junk from getting into the codebase. This only applies if the source script is sourced first.
closes #3
I have determined that the incremental build times are sufficient for the time being.
Did some major restructuring, including:
closes #3
I have determined that the incremental build times are sufficient for the time being.