jeanbellynck / Cayley-Graph-Generator

Graphicayley (formerly Cayley Graph Generator) is an Unity Application to convert group presentations into pretty Cayley Graphs.
https://jeanbellynck.github.io/graphicayley.html
MIT License
1 stars 0 forks source link

Drawing enhancement #52

Closed p4jo closed 9 months ago

p4jo commented 9 months ago

This exchanges the straight edges using LineRenderer with Splines from Dreamteck. This makes it nicer to see how paths generated from one generator look, bc. the colored edge continues smoothly. (w, w s, w s^2, w * s^3,...)

Todo: Add arrowheads Todo: Update MidPointDisplacementScaling function (I thought it would be clever to bound its growth logarithmically, but for large circles (s^K = 1) (large in the drawing) it would make sense to have it linear?

p4jo commented 9 months ago

grafik

p4jo commented 9 months ago

Todo: Change relator mesh! This might be hard...

Idea: Introduce setting (toggle) to keep both versions of the edges

p4jo commented 9 months ago

grafik