A GUI application which applies FFT on the input data and renders the graphs of the decomposed parts.
AI Assisted Coding with the help of GitHub Copilot.
A GUI application which applies FFT on the input data and renders the graphs of the decomposed parts.
AI Assisted Coding with the help of GitHub Copilot.
I built a FFT visualizer that can visualize the output of the FFT algorithm. A project that made me understand graphs, and their renderings. It was a fun project. AI assisted me along the way. You can get it through cargo with the command cargo install visualfft. Hope you like it. Thank you!
Finalized the tasks for visualfft. Corrected the viewport. Made sure that the content was scrollable if the viewport was not enough. Wrote installation steps in README.md file and published the project to crates.io. Created a Release in GitHub.
Log in to leave a comment
Created the basic working of visualfft. Used the help of AI as I know little about FFT, egui and how to apply it. Created a CLI app. The CLI app can take inputs from a CSV file.
Log in to leave a comment
Created the Rust Project and learnt egui. Created a basic UI from what I learnt. Now learning FFT to implement it. Tested some modules that can find FFT. Still searching.
Log in to leave a comment