TGraph diagram showing TopologicPy graph entities and relationships

TGraph gives TopologicPy a more explicit graph layer

Wassim Jabi has published an introduction to TGraph, describing it as a more explicit and efficient graph representation for TopologicPy. TopologicPy is an open source Python library for spatial modelling and analysis in architecture, engineering, and construction. Its graph-based representation is used to connect geometry, topology, information, graph databases, knowledge graphs, GraphRAG workflows, and graph machine learning. A clearer graph layer is therefore relevant for workflows that need to reason about spaces, adjacency, connectivity, and semantic relationships rather than only geometric shape. ...

June 22, 2026 · 1 min · Moult
Topologic is now a one-click install for Blender/Sverchok

Topologic is now a one-click install for Blender/Sverchok

Topologic has a new milestone release! One of the biggest hurdles for testing and adopting Topologic has been its relative difficult installation. This was due to the particular method we used to create python bindings for the C++ code. To ease the installation process, we had to completely re-write the python bindings using pybind11. This was a laborious process, and bugs may still exist. However, this new release of Topologic can be installed for Blender with Sverchok just as any other add-on: You download the ZIP file (and you do NOT unzip it), you launch Blender (with Sverchok pre-installed), you go to Preferences -> Add-ons and you install the ZIP file as usual. This release of Topologic is compatible with both Windows and Linux and with python 3.7, 3.8, and 3.9. ...