Skip to content

mckeema/BackgroundBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackgroundBrowser

BackgroundBrowser is an image viewer/downloader for Wallhaven.

Features

  • Display 6, 12, or 24 images at a time
  • Easily download multiple images at once
  • Save to user-specified download folder
  • Input your Wallhaven API key

Screenshots

Main Window Settings Image Window

Download

Linux

Windows

Compilation

Linux

Clone or download the repository from this page, then enter the BackgroundBrowser directory and execute the following:

qmake .
make

If you wish to create an AppDir for AppImage creation, also create a folder named "AppDir" and execute:

make install INSTALL_ROOT=AppDir

Windows (on Linux using cross compiler)

Download mxe:

git clone https://github.com/mxe/mxe.git

Enter the mxe directory and run:

make qt5

Enter the BackgroundBrowser directory and add mxe to your path:

export PATH=$PATH:<mxe directory>/usr/bin

Run mxe's qmake:

<mxe directory>/usr/i686-w64-mingw32.static/qt5/bin/qmake
make

The executable should appear in a new directory called "release".

Thanks to this Stack Overflow user for these instructions, which I based the above on.

About Qt

BackgroundBrowser was created using Qt 5.12.3. See more about Qt at qt.io.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors