/openscad-graph-editor

OpenSCAD Graph Editor

Primary LanguageC#GNU General Public License v3.0GPL-3.0

OpenSCAD Graph Editor

Quick Links

Download latest version | Read the manual | Check the FAQ | Ask questions on Discord

What is OpenSCAD Graph Editor?

OpenSCAD Graph Editor is a graphical user interface for OpenSCAD that allows you to create 3D models by connecting nodes in a graph. The editor will automatically generate OpenSCAD code for you. It integrates with the OpenSCAD program so you can preview your models in real time while you are editing the graph. Please check the manual to find out how to install and use the program.

Features

  • Supports all built-in OpenSCAD functions and modules.
  • Supports creating custom functions and modules for re-use and cleaner graphs.
  • Full refactoring support (e.g. rename functions and modules, add, remove and reorder parameters).
  • Live preview of the model in OpenSCAD.
  • Allows to use functions and modules of text-based OpenSCAD libraries (e.g. BOSL, BOLTS, Round Anything or your own libraries) as part of the graph.
  • Allows adding documentation to functions and modules which will be part of the generated OpenSCAD code.
  • Built-in help for every node in the graph, including custom nodes.
  • Produces clean and readable OpenSCAD code.