Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vnote | 10,043 | a month ago | 547 | lgpl-3.0 | C++ | |||||
A pleasant note-taking platform. | ||||||||||
Tiled | 9,511 | 15 hours ago | 9 | September 22, 2022 | 607 | other | C++ | |||
Flexible level editor | ||||||||||
Shotcut | 7,627 | 20 hours ago | 78 | gpl-3.0 | C++ | |||||
cross-platform (Qt), open-source (GPLv3) video editor | ||||||||||
Spyder | 7,449 | 898 | 44 | 19 hours ago | 99 | May 23, 2022 | 1,117 | mit | Python | |
Official repository for Spyder - The Scientific Python Development Environment | ||||||||||
Olive | 6,861 | 4 days ago | 66 | other | C++ | |||||
Free open-source non-linear video editor | ||||||||||
Notepadnext | 5,779 | 7 days ago | 21 | gpl-3.0 | C++ | |||||
A cross-platform, reimplementation of Notepad++ | ||||||||||
Openshot Qt | 3,277 | 3 days ago | 88 | other | Python | |||||
OpenShot Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world. | ||||||||||
Apkstudio | 2,354 | 9 months ago | 28 | lgpl-3.0 | C++ | |||||
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages. | ||||||||||
Nodeeditor | 2,225 | 25 days ago | 49 | bsd-3-clause | C++ | |||||
Qt Node Editor. Dataflow programming framework | ||||||||||
Goneovim | 2,032 | a day ago | 51 | June 21, 2022 | 92 | mit | Go | |||
A GUI frontend for neovim. |
Binaries are regularly built and are available at https://www.shotcut.org/download/.
Shotcut's direct (linked or hard runtime) dependencies are:
See https://shotcut.org/credits/ for a more complete list including indirect and bundled dependencies.
GPLv3. See COPYING.
Warning: building Shotcut should only be reserved to beta testers or contributors who know what they are doing.
The fastest way to build and try Shotcut development version is through Qt Creator.
To make this easier, we provide SDKs on the web site with each release that includes Shotcut and all of its dependencies. These SDK pages also include setup instructions and tips on how to compile MLT and other dependencies after updating.
First, check dependencies are satisfied and various paths are correctly set to find different libraries and include files (Qt 5, MLT, frei0r and so forth).
In a new directory in which to make the build (separate from the source):
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/ /path/to/shotcut
We recommend using the Ninja generator by adding -GNinja
to the above command line.
cmake --build .
If you do not install, Shotcut may fail when you run it because it cannot locate its QML files that it reads at run-time.
cmake --install .
If you want to translate Shotcut to another language, please use Transifex.