Skip to content

omega-gg/Sky

Repository files navigation

Sky kit

Discord azure appveyor LGPLv3

Sky is an application kit designed for multimedia software.
With a focus on efficiency, scalability and simplicity.
omega is building Sky kit to empower people.

Projects

Technology

Sky is built in C++ on the Qt framework.
The GUI is powered by QML and rendered with OpenGL.
The video player is based on VLC and libtorrent.

Platforms

  • Windows XP and later.
  • macOS 64 bit.
  • Linux 32 bit and 64 bit.
  • iOS 64 bit.
  • Android 32 bit and 64 bit.

Requirements

On Windows:

Recommended:

3rdparty

You can install third party libraries with:

sh 3rdparty.sh <win32 | win64 | macOS | iOS | linux | android> [all]

Configure

You can configure Sky with:

sh configure.sh <win32 | win64 | macOS | iOS | linux | android> [clean]

Build

You can build Sky with Qt Creator:

  • Open Sky.pro.
  • Click on "Build > Build all".

Or the build script:

sh build.sh <win32 | win64 | macOS | iOS | linux | android> [all | deploy | tools | clean]

Or the console:

qmake -r
make (mingw32-make on Windows)

Deploy

You can deploy Sky with:

sh deploy.sh <win32 | win64 | macOS | iOS | linux | android> [tools | clean]

License

Copyright (C) 2015 - 2020 Sky kit authors | https://omega.gg/Sky

Authors

GNU Lesser General Public License Usage

Sky kit may be used under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation and appearing in the LICENSE.md file included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html.

Private License Usage

Sky kit licensees holding valid private licenses may use this file in accordance with the private license agreement provided with the Software or, alternatively, in accordance with the terms contained in written agreement between you and Sky kit authors. For further information contact us at contact@omega.gg.