Skip to content

Commit

Permalink
Clean up readme, disable unsupported button
Browse files Browse the repository at this point in the history
  • Loading branch information
longmathemagician committed Sep 3, 2022
1 parent 63d3b00 commit bb7a10d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ codegen-units = 1
panic = "abort"

[dependencies]
open_with = { version = "0.1.0", path = "dependencies/open_with" }
open_with = { path = "dependencies/open_with" }
trash = "2.1.5"
image = "0.24.2"
druid = { version = "0.7.0", git = "https://github.com/longmathemagician/druid.git", features = ["im", "svg"] }
druid = { git = "https://github.com/longmathemagician/druid.git", features = ["im", "svg"] }
dark-light = "0.2.2"
wallpaper = "3.2.0"
preferences = "1.1.0"
Expand Down
13 changes: 11 additions & 2 deletions readme.md
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
2 changes: 1 addition & 1 deletion src/toolbar_widget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl ToolbarWidget {
buttons.push(prev_button);

let fullscreen_button = WidgetPod::new(ThemedButton::new(
Some(FULLSCREEN_VIEW),
None,
Size::new(64., 64.),
Point::new(32., 32.),
include_str!("../resources/buttons/fullscreen/button.svg"),
Expand Down
17 changes: 0 additions & 17 deletions todo.md

This file was deleted.

0 comments on commit bb7a10d

Please sign in to comment.