From bafd078a8bf40fd7e9073eb6710c0a5b9813a0e1 Mon Sep 17 00:00:00 2001 From: Marco Livesu Date: Thu, 27 Jun 2024 01:06:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 655af7b2..5e1b4d81 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ CinoLib is a C++ library for processing polygonal and polyhedral meshes. It supp A distinctive feature of the library is that all supported meshes inherit from a unique base class that implements their common traits, permitting to deploy algorithms that operate on _abstract_ meshes that may be any of the above. This allows to implement algorithms just once and run the same code on any possible mesh, thus avoiding code duplication and reducing the debugging effort. +:boom:***CinoLib received the [Symposium on Geometry Processing Software Award](http://awards.geometryprocessing.org) in 2024***:boom: +

## Positioning