1 min read
Rusty Raven

Rusty Raven is a rust language implementation of Raven made using Raylib crate.

I’ve had a lot of fun in making this, especially the part where I learned how fast-fourier transform works and how it optimizes the code.

🚀 Deploy your own

  • Clone the repo
  • Run the command cargo run <path_to_music_file> in the project root

📋 Features

Five modes of visualizing:

  • ✅ Standard
  • ✅ Pixel
  • ✅ Waveform
  • ✅ Starburst
  • ✅ Radial

🏛️ License

MIT