1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Run NodeBox using command line?

Posted by Theo on May 15, 2008

Is there a good way to run NodeBox from the command line, without loading the GUI? I'd like to run a script and save an image in a batch manner.
Not sure if it matters but NodeBox is running in Linux with QT.


 
Posted by fdb on May 15, 2008

The Qt port is a highly experimental port, and not fully supported. We have written a console script for the regular NodeBox on Mac that you should be able to adapt:

http://dev.nodebox.net/browser/nodebox/trunk/src/nodebox/console.py

Kind regards,

Frederik