https://github.com/thecentury/picasa
A Picasa-like image viewer for macOS
https://github.com/thecentury/picasa
image-viewer macos
Last synced: 9 months ago
JSON representation
A Picasa-like image viewer for macOS
- Host: GitHub
- URL: https://github.com/thecentury/picasa
- Owner: Thecentury
- Created: 2021-09-06T14:27:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T19:29:48.000Z (over 1 year ago)
- Last Synced: 2025-03-26T09:21:21.832Z (over 1 year ago)
- Topics: image-viewer, macos
- Language: F#
- Homepage:
- Size: 36.5 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remake of Picasa image viewer in F#
Built using [Avalonia](https://avaloniaui.net/) and [FuncUI](https://github.com/fsprojects/Avalonia.FuncUI).

## Keyboard shortcuts
- `Left`/`Right` — navigate between images;
- `Ctrl+Left`/`Ctrl+Right` — navigate to the first/last image in the folder;
- `[`/`]` — rotate image left/right;
- `Delete` — to delete the current image (to a macOS recycle bin).
## 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?