Florian Girardo

Noteworthy projects


Glitched factory

Links Codebase | Homepage | Devlog

Glitched factory is a software allowing you to voluntarily glitch PNG images for artistic purposes.
It's available for Windows, OSX and linux. The entire project is written in Rust, to make the maintenance easier is is separated in multiple libraries:

  • The main repository containing the code for the GUI and the dependencies for the other crates (rust libraries)
  • PNGlitcher, library responsible for destroying PNG images on purpose. In the GUI this library is used with the following filters: "duplicate", "replace", "variable filters", "wrong filters"
  • Arko, library used for manipulatins pixels (it can work with any image format). In the GUI this library is used with the following filters: "brush", "slim", "sort (brut)", "sort (smart)"
  • Dithor, library allow creating of dithered images. In the GUI this library is used with the following filter: "dithor"

Yoctolio

Links Codebase | Usecase

This project is a static video portfolio generator
The idea is to create an html page containing videos from youtube and vimeo using simply csv files. By adding a line in a csv file you can add a video to your portfolio. This allows someone without code knowledge to manage their portfolio on their own without the need of slow CMS like wordpress.


Older projects


This website is showcase of the projects I made on my spare time, it is not created with the aim to be exhaustive. If you want updates and more projects you can find that on my personal website