All Projects → redcapital → Skadi

redcapital / Skadi

Licence: gpl-3.0
Lightweight image viewer

Labels

Projects that are alternatives of or similar to Skadi

Sddm
QML based X11 and Wayland display manager
Stars: ✭ 1,031 (+1486.15%)
Mutual labels:  qml
Cutespotify
A QT5 Spotify client, based on MeeSpot with support for Ubuntu Touch and SailfishOS.
Stars: ✭ 53 (-18.46%)
Mutual labels:  qml
Awesome Qt Qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Stars: ✭ 1,118 (+1620%)
Mutual labels:  qml
Vscode Qt For Python
Qt for Python (PyQt5 and PySide2) extension for Visual Studio Code.
Stars: ✭ 47 (-27.69%)
Mutual labels:  qml
Ipconnect
P2P Chat and File Transfer Desktop Application
Stars: ✭ 53 (-18.46%)
Mutual labels:  qml
Zeegaree
Stars: ✭ 57 (-12.31%)
Mutual labels:  qml
Pitool
Provide interactive interfaces for Pimax products (such as HMD, controllers, base stations, etc.) to users
Stars: ✭ 41 (-36.92%)
Mutual labels:  qml
Tbe
The Butterfly Effect, a realistic physics simulation game
Stars: ✭ 63 (-3.08%)
Mutual labels:  qml
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-18.46%)
Mutual labels:  qml
Kdabtv
This repository contains the code of the examples showcased in the KDAB TV video series.
Stars: ✭ 61 (-6.15%)
Mutual labels:  qml
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-26.15%)
Mutual labels:  qml
Qt Csd Demo
Demo for custom client side window decorations using Qt
Stars: ✭ 53 (-18.46%)
Mutual labels:  qml
Cloudmusic
仿网易云音乐的qml版
Stars: ✭ 58 (-10.77%)
Mutual labels:  qml
Textsecure Qml
TextSecure UI in Go and QML
Stars: ✭ 46 (-29.23%)
Mutual labels:  qml
Whisperfish
Signal client for Sailfish OS
Stars: ✭ 62 (-4.62%)
Mutual labels:  qml
Sddm Sugar Light
The sweetest theme around for SDDM, the Simple Desktop Display Manager.
Stars: ✭ 45 (-30.77%)
Mutual labels:  qml
Docker Qgis Server
A dockerfile that contains a running QGIS server
Stars: ✭ 55 (-15.38%)
Mutual labels:  qml
Arcgis Runtime Toolkit Qt
ArcGIS Runtime SDK for Qt Toolkit
Stars: ✭ 63 (-3.08%)
Mutual labels:  qml
Sddm Theme Clairvoyance
An SDDM theme
Stars: ✭ 63 (-3.08%)
Mutual labels:  qml
Qmlreusablecontrols
Commonly used/needed QML controls to save time and quick embedd in your projects.
Stars: ✭ 60 (-7.69%)
Mutual labels:  qml

skadi is a lightweight image viewer for OS X.

It can jump to a previous/next file in a directory, similar to Windows' default image viewer.

screenshot

skadi supports all image formats supported by Qt, this covers most of the popular formats: BMP, GIF, JPEG, PNG, WebP, SVG, TGA, TIFF, WBMP and others.

Installation

Download the latest version from https://github.com/redcapital/skadi/releases, unpack and move into ~/Applications.

If you use Homebrew Cask, installation is as simple as running brew cask install skadi.

Building release version

There are some steps to be done to ensure QML files can be found and loaded. Assuming Qt will be installed in ~/qt and build folder is ~/skadi.

  • Install Qt >= 5.5. Use the installer from the official website, Homebrew version had some problems with macdeployqt.
  • Open skadi.pro in Qt Creator. Choose Release and build.
  • Go to ~/qt/clang_64/ and copy the qml folder into ~/skadi/skadi.app/Contents/Resources/.
  • Open the terminal, cd to the build folder and run ~/qt/clang_64/bin/macdeployqt skadi.app/
  • Now you should be able to launch the app by running ./skadi.app/Contents/MacOS/skadi
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].