Skip to content

Play arcade games in the node tree of Foundry Nuke

Notifications You must be signed in to change notification settings

buddly27/arcade-nuke

Repository files navigation

Arcade Game for Nuke

Play Arcade Games in Foundry Nuke

Breakout

Installing

Copy the Python module ./source/arcade_nuke into your personal ~/.nuke folder (or update your NUKE_PATH environment variable) and add the following menu.py file:

import nuke

import arcade_nuke

menu = nuke.menu("Nuke")
menu.addCommand("Arcade/Start Playing...", arcade_nuke.open_dialog)

see also: Defining the Nuke Plug-in Path

About

Play arcade games in the node tree of Foundry Nuke

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages