From d14070b445a3e921494fdea71f16742575a62ba6 Mon Sep 17 00:00:00 2001 From: kitt159 <82966493+kitt159@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:41:36 +0200 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..26ab2cf --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# RCGAL +Rust Computational Geometry Algorithms Library. + +RCGAL is still in the early state of development, and the API is not stable yet. + +RCGAL is **not** a Rust binding of [CGAL](https://www.cgal.org/), but a new library that is inspired by the CGAL.