Rust Bootcamp Project Review

Hi everyone,

I’m looking for some feedback on my capstone project for a Rust bootcamp. The project is a small command-line tool that applies a Gaussian blur to images using compute shaders. I chose this project to explore both Rust’s performance capabilities and GPU-based parallelism for image processing.

Key Features:

  • Utilizes compute shaders for applying the Gaussian blur effect.
  • CLI interface for simplicity and flexibility.
  • Efficient processing for large amount of image files.

I would greatly appreciate any feedback on the code structure, performance optimization, Rust idiomatic practices, or any improvements I can make. Share your insights, and approve it if you feel it's ready.

The code is available here: CLI Gaussian Blur program by FairlyBet · Pull Request #1 · FairlyBet/gaussian_blur_cli · GitHub

2 Likes