A numerical simulation framework for physical systems.
Clone the repository and set the current working directory to the top level arctk
folder:
git clone [email protected]:FreddyWordingham/arctk.git
cd arctk
and then install the library:
cargo install --path . --release
arctk
is a collection of classes that form the simulation framework for other projects:
- Antler - A textureless rendering engine
- MCRT - A physically accurate light dosimetry tool
- SOLAR - A tool used to determine the expected power output of solar panels
Sub-module dependency diagram:
graph TD;
RT-->Geom;
Geom-->Dom;
Dom-->Parse;
Phys;