An open API service indexing awesome lists of open source software.

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

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.