77 releases (24 stable)
2.0.10 | Mar 21, 2023 |
---|---|
2.0.7 | Oct 5, 2022 |
1.1.4 | Jun 11, 2021 |
1.0.15 | Mar 25, 2021 |
0.12.7 | Nov 30, 2020 |
#37 in Simulation
Used in 7 crates
81KB
2K
SLoC
ARCTK
A numerical simulation framework for physical systems.
Quickstart
Clone the repository and set the current working directory to the top level arctk
folder:
git clone git@github.com:FreddyWordingham/arctk.git
cd arctk
and then install the library:
cargo install --path . --release
ARCTK in the wild
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
Modules
Sub-module dependency diagram:
graph TD;
RT-->Geom;
Geom-->Dom;
Dom-->Parse;
Phys;
Dependencies
~14–23MB
~341K SLoC