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.
- MotionBox - Video Browser
- MotionMonkey - Semantic Player
- tevolution - Remote Video Screen
- tevo - Command line Semantic Player
- clientVBML - VBML retriever and extractor
- HelloConsole - "Hello World" console application
- HelloSky - "Hello World" application
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.
- Windows XP and later.
- macOS 64 bit.
- Linux 32 bit and 64 bit.
- iOS 64 bit.
- Android 32 bit and 64 bit.
- Qt 4.8.0 / 5.5.0 or later.
- VLC 2.2.0 or later.
- libtorrent 1.1.0 or later.
- Boost 1.55.0 or later.
- OpenSSL / Win32OpenSSL 1.0.1 or later.
On Windows:
- MinGW or Git for Windows with g++ 4.9.2 or later.
Recommended:
- Qt Creator 3.6.0 or later.
You can install third party libraries with:
sh 3rdparty.sh <win32 | win64 | macOS | iOS | linux | android> [all]
You can configure Sky with:
sh configure.sh <win32 | win64 | macOS | iOS | linux | android> [clean]
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)
You can deploy Sky with:
sh deploy.sh <win32 | win64 | macOS | iOS | linux | android> [tools | clean]
Copyright (C) 2015 - 2024 Sky kit authors | https://omega.gg/Sky
- Benjamin Arnaud aka bunjee | bunjee@omega.gg
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.
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.