lodestone is a physics engine to calculate 3D vector fields at high performance
- language: C++17
- math: eigen
-
- note: "eigen performs best with compilers based on GCC or LLVM/CLANG" [1]
-
- with this information in mind, lodestone will be compiler agnostic with only GCC and CLANG to maximize performance
a neodymium magnet i found stuck to a chair
cmake -S . -B build
cmake --build build
.\build\Debug\lodestone.exe[1] Eigen: A C++ template library for linear algebra
books that have influence the modularity of lodestone
[2] C++17 In Detail - Bartłomiej Filipek
[3] Effective Modern C++ - Scott Meyers