clarkmcc / ngraph

A blender-style node editor for React, built on xyflow
https://ngraph.clarkmccauley.com
MIT License
50 stars 3 forks source link

Add new layouts #25

Closed sroussey closed 9 months ago

sroussey commented 9 months ago

This adds some new layouts. Uses a graph library for DAGs that I have been working on.

image

sroussey commented 9 months ago

I refactored, so have a look.

sroussey commented 9 months ago

Also, I needed a graph lib, and typescript-graph was the first I found. It is simple, but ended up being too simple so I forked it to add the things I need and is used in this PR as @sroussey/typescript-graph