feat(GridFire): major design changes

Switching to an Engine + solver design. Also brought xxHash and Eigen in. Working on QSE and Culling.
This commit is contained in:
2025-06-26 15:13:46 -04:00
parent dd03873bc9
commit cd191cff23
32 changed files with 2737 additions and 1441 deletions

View File

@@ -3,5 +3,7 @@ cmake = import('cmake')
subdir('fourdst')
subdir('boost')
subdir('cppad')
subdir('xxHash')
subdir('eigen')