un1970ix

joined 1 month ago
[–] [email protected] 1 points 3 days ago

thanks! originally built this just for my own film photos, then added Exif support for digital and decided to share it. funny enough, your profile made me realize i never checked if there are analog photography communities on Lemmy. :D

[–] [email protected] 2 points 3 days ago* (last edited 3 days ago) (1 children)

thank you for the thoughtful feedback! i actually considered this before launching. i do have accounts on both sourcehut and Codeberg, and i'm supportive of diversifying away from centralized platforms.

for this project, i ended up choosing GitHub primarily for the automated binary builds and releases through GitHub Actions. the Pro tier for students gives me generous build minutes, and the Trippy maintainers helped me get the release process set up properly. so for now i'm planning to stay on GitHub, but it's definitely something worth keeping in mind as the project grows.

thanks again for the encouragement!

 

i made a gallery generator (written in Rust 🦀) for my photos! it uses Atkinson dithering (optional) for thumbnails and outputs clean static HTML with zero JavaScript.

just released 0.2.0 with some improvements based on early feedback. added CLI commands (init, extract-metadata, generate) to make the workflow smoother.

you can see it in action here.

this is actually my first Rust project that i've shipped and i learned a ton. i got my first issue within 12 hours of releasing. honestly, it was super motivating!

totally open to contributions, suggestions, or critiques. every bit of feedback helps me learn and makes the tool better for everyone.

 

i made a gallery generator for my film photos! it uses Atkinson dithering (optional) for thumbnails and outputs clean static HTML with zero JavaScript.

this is actually my first Rust project that i've shipped, so i'm totally open to contributions, suggestions, or critiques.