Skip to content
Snippets Groups Projects
Angus Lothian's avatar
Angus Lothian authored
Change so that Basic Operation also inherits from abstract graph component and removed name property implementation
1b3465db
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
simulation_oop
README.md

Legacy files

This folder contains currently unused code that is kept for acedemic purposes, or to be used as a refererence for future development.

simulation_oop

This folder contains a C++ implementation of the Simulation class designed using Object-Oriented Programming, as opposed to the current version that uses Data-Oriented Design. They are functionally identical, but use different styles of programming and have different performance characteristics.