Auto layout Language? #7

Open
opened 2025-04-04 19:22:46 +00:00 by lukasmwerner · 1 comment

I was wondering how difficult it would be to add a higher level language which does auto layouts to this package? Almost mermaid diagram wise.

A -> XOR[1]
A -> AND[1]
B -> XOR[1]
B -> AND[1]
XOR[1] -> Sum
AND[1] -> Carry

If this is outside of the scope no worries!

I was wondering how difficult it would be to add a higher level language which does auto layouts to this package? Almost mermaid diagram wise. ```typst A -> XOR[1] A -> AND[1] B -> XOR[1] B -> AND[1] XOR[1] -> Sum AND[1] -> Carry ``` If this is outside of the scope no worries!
Owner

This would indeed be an interesting idea
I do plan on improving the positioning system but implementing auto-layout is probably not something I'd have the time to do
I would be more than happy to help if someone wants to contribute and try to implement this though

This would indeed be an interesting idea I do plan on improving the positioning system but implementing auto-layout is probably not something I'd have the time to do I would be more than happy to help if someone wants to contribute and try to implement this though
Sign in to join this conversation.
No description provided.