/peekaboo

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

Primary LanguageRustMIT LicenseMIT

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.