| Crates.io | cgar |
| lib.rs | cgar |
| version | 0.2.0 |
| created_at | 2025-09-09 13:16:33.245219+00 |
| updated_at | 2025-10-19 16:40:48.304746+00 |
| description | CGAL-like computational geometry library in Rust |
| homepage | |
| repository | https://github.com/rustrogue/cgar |
| max_upload_size | |
| id | 1830807 |
| size | 772,508 |
CGAR (Computational Geometry Algorithms for Rust) is an early-stage project aimed at becoming a functional equivalent to CGAL in Rust.
The goal is to provide robust and efficient algorithms for computational geometry, meshes, and geometric predicates—fully in safe Rust.
⚠️ This library is experimental.
There is not yet a stable or usable release. APIs may change at any time.
That said, the project already includes a solid foundation for building geometry-heavy applications and welcomes early adopters and contributors.
Scalar types
f64)rug::Rational)Algorithms
Planned areas of development include:
Add CGAR to your Cargo.toml:
[dependencies]
cgar = "0.2"