Hacker News new | ask | show | jobs
by modernerd 2023 days ago
Thank you for the extra insights!

I can live with the short rebuild times for the performance of Rust. Does Rust have a watch command to auto-rebuild sketches when files are changed? Last time I used Nannou it did not.

I look forward to checking out your GitHub Universe talk when the video’s live. (Guessing it’s this one? https://githubuniverse.com/Nannou-creative-coding-with-Rust/ )

1 comments

  $ cargo install cargo-watch
  $ cargo watch
Not built in but accessible :) there’s a bunch of flags too.