Comment by bloomca

Comment by bloomca a day ago

0 replies

Pretty much finished my photo gallery app for Windows -- https://github.com/Bloomca/Piktosaur. It is a pretty standard gallery viewer, the main feature is that you can point it at any folder and it will recursively search nested folders for extra images, e.g. an external hard drive.

Really happy with it as I wanted exactly that for myself.

---

The next idea I am going to work on is the audio player. I already wrote a Rust library to read TOC + raw track data from audio CDs (https://github.com/Bloomca/rust-cd-da-reader) and a CLI tool to do so + convert to FLAC and embed metadata from MusicBrainz (https://github.com/Bloomca/audio-cd-ripper).

I've been researching this topic and while my background is related to digital signal processing, I think I will use a library, there seem to be too many edge cases to work with WASAPI and such directly.