Crates.io | rgeometry |
lib.rs | rgeometry |
version | 0.10.0 |
source | src |
created_at | 2021-05-21 05:38:49.848769 |
updated_at | 2024-10-26 14:54:30.721823 |
description | High-Level Computational Geometry |
homepage | https://rgeometry.org/ |
repository | https://github.com/rgeometry/rgeometry |
max_upload_size | |
id | 400223 |
size | 300,861 |
Computational Geometry in Rust!
RGeometry is a collection of data types such as points, polygons, lines, and segments, and a variety of algorithms for manipulating them. This crate will be of use to you if you've ever wondered if a point is inside a polygon or if a bank is adequately covered by surveillance cameras.
Check out the API documentation for more details. Under each function, there is an interactive example (powered by rust->wasm).
rust-1.59
If you want to learn Rust or computational geometry or both, hit me up in discord and I'll (@lemmih) mentor you. There is a long list of algorithms (ranging from easy to difficult) yet to be implemented in Rust.