https://github.com/buddly27/arcade-nuke
Play arcade games in the node tree of Foundry Nuke
https://github.com/buddly27/arcade-nuke
arcade breakout foundry nuke
Last synced: 2 months ago
JSON representation
Play arcade games in the node tree of Foundry Nuke
- Host: GitHub
- URL: https://github.com/buddly27/arcade-nuke
- Owner: buddly27
- Created: 2020-05-09T20:22:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T04:16:16.000Z (over 5 years ago)
- Last Synced: 2025-03-29T15:41:38.710Z (6 months ago)
- Topics: arcade, breakout, foundry, nuke
- Language: Python
- Size: 328 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arcade Game for Nuke
Play Arcade Games in Foundry Nuke

## 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:```python
import nukeimport arcade_nuke
menu = nuke.menu("Nuke")
menu.addCommand("Arcade/Start Playing...", arcade_nuke.open_dialog)```
see also: [Defining the Nuke Plug-in Path](https://learn.foundry.com/nuke/content/comp_environment/configuring_nuke/defining_nuke_plugin_path.html)