ixjf / logic-rs

A parser of relational predicate logic & truth tree solver, written in Rust.
https://ixjf.github.io/logic-rs/
MIT License
16 stars 1 forks source link

Replace vis.js with custom renderer? #18

Open ixjf opened 5 years ago

ixjf commented 5 years ago

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.

ixjf commented 5 years ago

This would solve #17 as well.