logic-rs
logic-rs copied to clipboard
Replace vis.js with custom renderer?
vis.js currently requires rendering the tree multiple times to position it accurately. It also requires hacks to work for this particular type of tree, and it sometimes overlaps nodes. A custom renderer could easily solve all of these problems.
This would solve #17 as well.