Skip to main content

Node-based visual programming environment

Project description

Codelink

Codelink is a node-based visual programming environment that can be easily and flexibly integrated into PySide2 applications as a widget. With Codelink, functions (so-called nodes) can be logically linked to each other via wires, as in flowcharts, to create directed node graphs that can be used to perform complex calculations or control other programs. A main application area is node-based modeling of 3D geometries with the parametric CAD software FreeCAD.

Startup image

It provides:

  • customizable nodes, sockets and data types
  • framing and commenting nodes
  • sub-graphs and group nodes
  • socket options
  • validation node connections (links)
  • full undo/redo implementation
  • framework for node developer
  • easy integration in PySide2 applications
  • made for FreeCAD

Installation

Binary wheels for codelink are available on PyPI.

pip install codelink

Run

After installing Codelink via PyPI start your Python interpreter and run the following commands:

>>> import codelink.path_loader
>>> from codelink.app import main
>>> main()

If you want to run Codelink from within FreeCAD, execute the following commands in the integrated Python interpreter:

>>> import codelink.path_loader
>>> from codelink.app_fc import main
>>> main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codelink-0.0.26.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codelink-0.0.26-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page