Jun-23-2022, 07:57 PM
Nodezator is a multi-purpose visual editor to connect Python functions (and callables in general) visually in order to produce flexible parametric behavior/data/applications/snippets. It also allows the node layouts to be exported to Python code.
Download/install instructions on the app's github repo.
Here's a screenshot:
![[Image: screenshot.png]](https://nodezator.com/images/screenshot.png)
Defining nodes is super easy too. For instance, Nodezator turns the function below into the following node automatically.
![[Image: get_circle_area_node.png]](https://nodezator.com/images/get_circle_area_node.png)
For those who didn't watch it yet, here's the presentation video from a couple of months ago:
The project is 100% free of charge, but if you can, consider donating to help the project.
Regardless of donating or not you are welcome in our free discord server.
By the way, I'm Kennedy Richard Silva Guerra, 31, creator and maintainer of Nodezator (as part of a personal project called Indie Python). Feel free to ask anything.
Download/install instructions on the app's github repo.
Here's a screenshot:
![[Image: screenshot.png]](https://nodezator.com/images/screenshot.png)
Defining nodes is super easy too. For instance, Nodezator turns the function below into the following node automatically.
def get_circle_area(radius:float=0.0): return math.pi * (radius ** 2)
![[Image: get_circle_area_node.png]](https://nodezator.com/images/get_circle_area_node.png)
For those who didn't watch it yet, here's the presentation video from a couple of months ago:
The project is 100% free of charge, but if you can, consider donating to help the project.
Regardless of donating or not you are welcome in our free discord server.
By the way, I'm Kennedy Richard Silva Guerra, 31, creator and maintainer of Nodezator (as part of a personal project called Indie Python). Feel free to ask anything.