Thecentury / picasa

A Picasa-like image viewer for macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remake of Picasa image viewer in F#

Built using Avalonia and FuncUI.

The application consists of two parts:

  • PicasaLauncher — a thin macOS .app-like wrapper built using Mono to be able to associate image file types with the application;
  • Picasa itself — a .net 8.0 Avalonia application.

Application screenshot

Keyboard shortcuts

  • Left/Right — navigate between images;
  • Ctrl+Left/Ctrl+Right — navigate to the first/last image in the folder;
  • [/] — rotate image left/right.

TODO

  • Write an instruction on how to build the application and what its dependencies are.
  • Create a redistributable package.
  • Set up a GitHub Actions workflow to build the application.
  • Multiple windows (if the app is activated while open)
  • Extract image orientation from EXIF
  • Update README

Ideas

  • Native macOS menu — Open file/directory item?

About

A Picasa-like image viewer for macOS


Languages

Language:F# 100.0%