summaryrefslogtreecommitdiffstats
path: root/Architecture.md
diff options
context:
space:
mode:
Diffstat (limited to 'Architecture.md')
-rw-r--r--Architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Architecture.md b/Architecture.md
index 1ec10b6..9b8fe03 100644
--- a/Architecture.md
+++ b/Architecture.md
@@ -10,7 +10,7 @@ are then merged to form lines and arcs. The lines and arcs are then endorsed int
Bob Ross - a painter who like to draws happy little trees.
### Library used
-- [nalgebra](https://www.nalgebra.org/) and [ncollide2d](https://ncollide.org/) for geometric function calculations such as calculating whether lines are intersecting, collinear. Computing the clipping of lines and boxes.
+- [nalgebra](https://www.nalgebra.org/) and [parry2d](https://parry.rs/) for geometric function calculations such as calculating whether lines are intersecting, collinear. Computing the clipping of lines and boxes.
- [pom](https://github.com/J-F-Liu/pom) for parsing the styling directives(Legend) at the bottom of the document
- [sauron](https://github.com/ivanceras/sauron) for building the svg document object tree.