Hello world customizable example¶
Node demonstrating the basics of node creation.
Documentation
This example prints a customizable greeting. Default greeting is “Hello world!”.
See Introduction for more information about writing nodes. Specifically see Adding a configuration GUI for an introduction to node parameters.
Definition
Input ports
Output ports
- Configuration:
 - Greeting: (greeting)
 Your preferred greeting.
- 
class 
node_examples.HelloWorldCustomizable[source] 
Related nodes