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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for codelink-0.0.23-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7773c3cb27763a0b787ddb3d132bbe7d6174a8ee490ef58f850a2e1eea334b52 |
|
MD5 | f48a876947d33345ca847f981bee773a |
|
BLAKE2b-256 | 1f5ccd3f4e1605d9f93abfb6018911f3f4c8c6cb6e81eaa33b6d3869db4305f1 |