angeldollface / peekaboo

A graphical interface to display images. :camera: :crab:

Home Page:https://github.com/angeldollface/peekabo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEEKABOO πŸ“· πŸ¦€

Peekaboo CI

A graphical interface to display images. πŸ“· πŸ¦€

ABOUT πŸ“š

Since I recently installed Arch Linux on my main machine and I didn't have a program to open images, I thought I'd write one in the best language in the world and the Tauri framework. Enjoy. ❀️‍πŸ”₯

USAGE βš’οΈ

To use Peekaboo, simply drag and drop an image into the window and scale the window accordingly.

BUILD FROM SOURCE πŸ”¨

Make sure you have the following tools installed and available from the command line:

After you have confirmed that both are installed, execute the following steps to build Peekaboo from source:

  • 1.) Download the source code:
git clone https://github.com/angeldollface/peekaboo
  • 2.) Change directory into the source directory's root:
cd peekaboo
  • 3.) Install Tauri's CLI:
cargo install tauri-cli
  • 4.) Build the source code into a graphical executable for your platform:
cargo tauri build
  • 5.) This should produce a binary bundle in the target/release/bundle/your_platform directory where your_platform is the name of your operating system. Enjoy. ❀️

CHANGELOG βœ’οΈ

Version 0.1.0

  • Initial release.
  • Upload to GitHub.

NOTE πŸ“œ

  • Peekaboo πŸ“· πŸ¦€ by Alexander Abraham πŸ–€ a.k.a. "Angel Dollface" 🎎 πŸŽ€
  • Licensed under the MIT license.

About

A graphical interface to display images. :camera: :crab:

https://github.com/angeldollface/peekabo

License:MIT License


Languages

Language:Rust 42.3%Language:JavaScript 29.6%Language:HTML 28.1%