arctk

Crates.ioarctk
lib.rsarctk
version2.0.10
sourcesrc
created_at2020-09-12 18:39:24.918804
updated_at2023-03-21 00:07:16.36156
descriptionNumerical simulations of physical systems
homepage
repositoryhttps://github.com/FreddyWordingham/arctk
max_upload_size
id287867
size159,025
Freddy Wordingham (FreddyWordingham)

documentation

https://freddywordingham.github.io/arctk

README

ARCTK

crate documentation status status minimum rustc 1.63

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;
Commit count: 1895

cargo fmt