leavesandlemmas / stardew-tree-sim

A simulation and mathematical of tree dynamics, based on stardew valley.
1 stars 0 forks source link

Add C++ adaptation for the tree simulation #1

Closed KedoKudo closed 6 months ago

KedoKudo commented 7 months ago

This PR introduces the following changes:

How to test

mkdir build
cd build
cmake ..
cmake --build .
image
cd ..
python scripts/visualization.py build/tree_growth_simulation.h5
image

Note: the new visualization script can also read the *.npy file produced by the Python simulator.