Hello,
I have been using PlantUML to generate state diagrams and it has been an awesome resource! However I am wanting to do some more advanced text support and can't seem to make it happen w/ Plant. I also can't get graphviz dot to layout state diagrams like Plant generates. Just wondering where to look under the hood to see where that happens.
Also any guidance on graphviz tutorials that informed plantuml development would be very welcome as well.
FWIW I am creating a state machine DSL called Frame that generates code in 7 languages (so far) + PlantUML. You can see it here:
https://framepiler.frame-lang.org/
Thanks!