-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up readme, disable unsupported button
- Loading branch information
1 parent
63d3b00
commit bb7a10d
Showing
4 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
# Foxfire | ||
Styled after applications of yore, Foxfire is a simple and lightweight image viewer written with Rust + Druid. It features: | ||
|
||
* Folder parsing for surrounding PNG and JPG images | ||
* Folder parsing for surrounding images | ||
* Option to set the current image as the desktop background | ||
* Multiplatform compatability: Linux + GNOME/KDE, Windows (b̷̞̹̫͚̟̣͇̱̦̼̲̌̇̊͑̋̈̇̍̒̾̀̚̚̚͝ǖ̸̺̭̦͕̘̰̜͉͍̤̤̏̍́̅́̆̀͠ǧ̶̦̬͕̞̼͎͍̬̔g̶̢̥̰͕̞͕͖̓́͋̓ͅy̵̨̆̎̊̊̅̿̎̑̆͋́̇̕̕) | ||
* Option to open the current image in another compatible program (buggy on macOS) | ||
* UI element background blurring (hardware accelerated on Windows) | ||
* Option to display images with or without bilinear filtering | ||
* Multiplatform compatibility: Linux + GNOME/KDE + systemd, Windows, macOS | ||
* System dark/light theme integration | ||
* And most importantly, | ||
* *A cute bird* | ||
|
||
![Image of photo viewer application showing an image of a cockatiel.](/docs/resources/foxfire_window.png?raw=true "Foxfire") | ||
|
||
|
||
## Todo | ||
1) Implement zoom button command | ||
2) Add fullscreen view | ||
3) Clean up & document code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters