Skip to content

5anji/G-Slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

G Slider

G Slider - simple application, that will create a slideshow inside.

Features

  • Browse button - creates path to folder where are the images.

  • Window resizing adaptation

  • Full-Screen mode by double-clicking

  • Custom period of image switching

  • Image scaling, also aligned to the center.

  • Support for most data types (without .gif)

  • Shuffle button

Downloading & installing

Mac OS X

  1. Set up HomeBrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  1. Set up Git and fork my repository
git clone https://github.com/5anji/G-Slider

If you'd prefer not to use Git, use the 'Download ZIP' button on the right to get the source as a zip file:

  1. Enter the path:
cd G-Slider/
  1. Install dependencies and build:
brew install qt5
./install.sh

Linux

  1. Set up Git and fork my repository
git clone https://github.com/5anji/G-Slider

If you'd prefer not to use Git, use the 'Download ZIP' button on the right to get the source as a zip file:

  1. Enter the path:
cd G-Slider/
  1. Build:
./install.sh