nodezator

A generalist Python node editor (by IndieSmiths)

Nodezator Alternatives

Similar projects and alternatives to nodezator

  1. CPython

    1,486 nodezator VS CPython

    The Python programming language

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. scratch-www

    817 nodezator VS scratch-www

    Standalone web client for Scratch

  4. DearPyGui

    Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

  5. enso

    85 nodezator VS enso

    Enso Analytics is a self-service data prep and analysis platform designed for data teams.

  6. gcodepreview

    OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.

  7. blockly

    57 nodezator VS blockly

    The web-based visual programming editor.

  8. mljar-supervised

    Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. Sourcetrail

    Discontinued Sourcetrail - free and open-source interactive source explorer

  11. markwhen

    Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, and more.

  12. gtoolkit

    30 nodezator VS gtoolkit

    Glamorous Toolkit is the Moldable Development Environment. It empowers you to make systems explainable through contextual micro tools.

  13. VL.Fuse

    A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.

  14. Ryven

    17 nodezator VS Ryven

    Flow-based visual scripting for Python

  15. scheme-bricks

    experimental visual programming in scheme for making rave music, uses fluxus

  16. unit

    15 nodezator VS unit

    Next Generation Visual Programming System (by samuelmtimbo)

  17. rivet

    9 nodezator VS rivet

    The open-source visual AI programming environment and TypeScript library

  18. CellPond

    8 nodezator VS CellPond

    surreal cellular automata

  19. imgui-node-editor

    Node Editor built using Dear ImGui

  20. visual-programming-codex

    Waypoints to the past and future of visual programming.

  21. WebGui

    An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).

  22. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nodezator alternative or higher similarity.

nodezator discussion

Log in or Post with

nodezator reviews and mentions

Posts with mentions or reviews of nodezator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-14.
  • Nodezator is a generalist Python node editor
    1 project | news.ycombinator.com | 17 Mar 2025
    7 projects | news.ycombinator.com | 29 Nov 2024
  • This Week In Python
    5 projects | dev.to | 14 Mar 2025
    nodezator – generalist Python node editor
  • A generalist Python node editor
    1 project | news.ycombinator.com | 12 Mar 2025
  • Principles of Educational Programming Language Design
    4 projects | news.ycombinator.com | 16 Dec 2024
  • AI and All Data Weekly - 02 December 2024
    28 projects | dev.to | 2 Dec 2024
  • Λ-2D: An Exploration of Drawing as Programming Language
    9 projects | news.ycombinator.com | 8 Nov 2024
    Why did it have to be pixelated in appearance? It would be far more attractive as anti-aliased vector lines and type.

    The red highlighting reminds me of electricity in the classic circuit problem game _Rocky's Boots_ on the Apple ][.

    As I've posted in similar discussions: https://news.ycombinator.com/item?id=42051536

    The problem here, as always is that there isn't an agreed-upon answer for the question:

    >What does an algorithm look like?

    The problem is expressiveness of such a diagram is bounded by the size of a screen or a sheet of paper, and once one starts to scroll, or can't see the entire flow at a glance, things get complicated.

    The node/wire programming folks have this a bit rougher to the point that there are sites such as:

    https://blueprintsfromhell.tumblr.com/

    https://scriptsofanotherdimension.tumblr.com/

    I prefer to work visually, but not sure if that's actually valid --- unfortunately https://www.blockscad3d.com/editor/ doesn't support all of OpenSCAD and https://github.com/derkork/openscad-graph-editor has problems with a stylus (I have to leave the Windows Settings app open to toggle stylus behaviour which is enough friction that I don't use it as much as I would otherwise).

    There are promising tools though: https://nodezator.com/ and https://ryven.org/ are very cool.

  • Programming Languages That Blew My Mind (2023)
    6 projects | news.ycombinator.com | 3 Nov 2024
    Parallel track:

    - MacBASIC: Mac GUI programming w/o Pascal or C https://www.folklore.org/MacBasic.html (which is something I'll never forgive Bill Gates for)

    - HyperCARD: It was magic to get into Developer mode and to create stacks --- it's unfortunate that Asymetrix Toolbook didn't get further, and a shame that Runtime Revolution which became Livecode reneged on their opensource effort --- hopefully someone will make good on that: https://openxtalk.org/

    Unfortunately, I never got anywhere w/ Interfacebuilder.app or Objective-C....

    - OpenSCAD: Make 3D things w/o having to use a full-fledged CAD program

    - BlockSCAD: Make 3D things w/o typing: https://www.blockscad3d.com/editor/ (though to be fair, https://github.com/derkork/openscad-graph-editor also allows that)

    - PythonSCAD: variables and file I/O for OpenSCAD (though to be fair, RapCAD had the latter, it was just hard to use it w/o traditional variables) https://pythonscad.org/

    Still working through a re-write of my OpenSCAD library in Python: https://github.com/WillAdams/gcodepreview and am hopeful that a tool like to https://nodezator.com/ will make that graphically accessible.

  • A Web-based WYSIWYG editor for automation routines
    2 projects | news.ycombinator.com | 23 Sep 2024
    I would give a lot to see a Blockly implementation which was:

    - a standalone app

    - could create standard GUI elements

    - had a decent library of packages which could be imported at need

    I'm hoping that:

    https://nodezator.com/

    will get to this point --- it seems promising enough I've been funding it since it was first announced.

  • We need visual programming. No, not like that
    18 projects | news.ycombinator.com | 14 Jul 2024
    I'd give a lot to have a graphical development environment which:

    - allowed drawing a user interface as naturally as I used to use Altsys Virtuoso (or Macromedia Freehand which I moved to when my Cube stopped working)

    - allowed programming the UI as naturally as HyperCard (and to a lesser extent Lisp) "clicked" for me

    - was as visual as Google's Blockly (which as BlockSCAD: https://www.blockscad3d.com/editor/ I've used a fair bit)

    - exposed variables in a mechanism like to OpenSCAD's Customizer: https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Customize...

    Currently plugging away with OpenSCAD Graph Editor: https://github.com/derkork/openscad-graph-editor but hoping that: http://nodezator.com/ will become a viable option (still a bit bummed that I rolled and crashed w/ https://ryven.org/ though in retrospect, maybe I should try to tie that latter in to: https://pythonscad.org/ )

  • A note from our sponsor - InfluxDB
    influxdata.com | 23 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic nodezator repo stats
24
2,228
7.5
16 days ago

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?