https://github.com/falkhofmann/nukular
Public available plugins for the software Nuke
https://github.com/falkhofmann/nukular
compositing foundry foundry-nuke ndk nuke
Last synced: 5 months ago
JSON representation
Public available plugins for the software Nuke
- Host: GitHub
- URL: https://github.com/falkhofmann/nukular
- Owner: falkhofmann
- License: gpl-3.0
- Created: 2021-12-25T08:14:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T14:18:38.000Z (almost 4 years ago)
- Last Synced: 2025-04-28T18:55:55.980Z (5 months ago)
- Topics: compositing, foundry, foundry-nuke, ndk, nuke
- Language: C++
- Homepage:
- Size: 78.1 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Nukular
Nukular is an apporach to build up a suite of [Nuke](https://www.foundry.com/products/nuke-family/nuke) plugins and blink-scripts, which can be installed at a whole.
## Plugins
Check out the [wiki](https://github.com/falkhofmann/nuke_plugins/wiki/) for details on each node.
- [Circle](https://github.com/falkhofmann/nuke_plugins/wiki/Circle)
- [CircuarRamp](https://github.com/falkhofmann/nuke_plugins/wiki/CircularRamp)
- [CircularRays](https://github.com/falkhofmann/nuke_plugins/wiki/CircularRays)
- [CircularRings](https://github.com/falkhofmann/nuke_plugins/wiki/CircularRings)
- [Kontrast](https://github.com/falkhofmann/nukular/wiki/Kontrast)
- [Scroll](https://github.com/falkhofmann/nukular/wiki/Scroll)
- [Vibrant](https://github.com/falkhofmann/nuke_plugins/wiki/Vibrant)## Pre-compiled binaries
- In the [release](https://github.com/falkhofmann/nuke_plugins/releases) scetion are pre-compiled files for Linux from Nuke 11.3 > 13.1.
## Build yourself
- The batchInstall.sh file should help to build these yourself for Linux or Windows.
- I have set up the building on CentOS 7 with devtoolset-7 and cmake 3.16.x## Credits
- The adapted cmake setup and batch files were setup by [Jonas Sorgenfrei](https://github.com/jonassorgenfrei) originally on the [DeepC](https://github.com/charlesangus/DeepC) repository.