# autd3-link-simulator This crate provides a link for monitoring AUTD status and plotting acoustic fields. # Dependencies ## With `plotters` feature (default) For Linux, you must install the following packages. ``` monitor link deps sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev ``` For Windows and macOS, no additional packages are required. ## With `python` feature You must install Python, and numpy/matplotlib package. # Author Shun Suzuki, 2022-2023