A Nuke-native falling-block puzzle game for quick breaks while compositing.
NUKERIS
First submitted: 27 August 2026
Author: kota mori
Website: https://github.com/MoriKouta/NUKERIS
Compatible Nuke versions: 16.0 or later
Compatibility: Source
NUKERIS
A Nuke-native falling-block puzzle game designed for quick breaks while compositing.
NUKERIS runs directly inside Foundry Nuke as a dockable PySide6 panel.
The game combines classic falling-block puzzle mechanics with a visual style inspired by Nuke's Node Graph and Properties panels. Pieces are represented as connected Nuke-style nodes using familiar node colors, connection lines, and an optional Node Graph grid.
Features
Dockable Nuke panel
Nuke-inspired Node Graph interface
Connected node-style pieces
Optional Node Graph grid
Hold piece
Next piece queue
Ghost piece
Soft Drop / Hard Drop
Wall kicks
Combo scoring
Line-clear effects
Session timer
Automatic pause when input focus is lost
Keyboard handling designed to avoid conflicts with Nuke shortcuts
Controls
A / D — Move
S — Soft Drop
Q / E — Rotate
C — Hold
Space / W — Hard Drop
P — Pause
R — New Game
Esc — Pause and release keyboard input
Keyboard controls are active only while the NUKERIS panel owns input focus.
Installation
Copy
nukeris.pyinto your.nukedirectory.
Windows:
C:\Users\<USERNAME>\.nuke\nukeris.py
Linux:
~/.nuke/nukeris.py
Add the following line to your existing
menu.py:
import nukeris
Restart Nuke.
Open:
Pane → NUKERIS
The panel can then be docked anywhere in your Nuke workspace.
Safety
NUKERIS is intentionally isolated from your comp.
It does not:
Create, delete or modify nodes
Modify knobs
Modify the Viewer
Change the current frame or timeline
Modify the Undo stack
Write data into the current
.nkscriptRegister global keyboard shortcuts
The game receives keyboard input only while its panel has focus.
Compatibility
Foundry Nuke / NukeX 16.0+
PySide6
Windows
Linux
NUKERIS v1.0.0
© 2026 Kota Mori
MIT License
Copyright (c) 2026 Kota Mori
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Comments