Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodlie/natronpluginmanager
Natron Plug-in Manager
https://github.com/rodlie/natronpluginmanager
addons natron plugin-manager plugins python qt vfx
Last synced: 18 days ago
JSON representation
Natron Plug-in Manager
- Host: GitHub
- URL: https://github.com/rodlie/natronpluginmanager
- Owner: rodlie
- License: gpl-2.0
- Created: 2021-03-10T20:07:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T22:06:30.000Z (7 months ago)
- Last Synced: 2024-10-11T02:45:06.071Z (about 1 month ago)
- Topics: addons, natron, plugin-manager, plugins, python, qt, vfx
- Language: C++
- Homepage:
- Size: 1.79 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Natron Plug-in Manager
A plug-in manager for [Natron](https://github.com/NatronGitHub/Natron).
![screenshot of available plug-ins](docs/screenshot-plugins.png)
![screenshot of plug-in page](docs/screenshot-plugin.png)## Build
This application requires Qt 5.14+ *(Concurrent/Network/Widgets)* and libzip.
```
git clone https://github.com/rodlie/NatronPluginManager
cd NatronPluginManager
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
make
```## Documentation
* [Natron Plug-in Repository Standard v1.0](docs/repo.md)