Crates.io | del-geo |
lib.rs | del-geo |
version | 0.1.29 |
source | src |
created_at | 2022-10-30 06:47:54.634727 |
updated_at | 2024-06-29 21:57:46.218071 |
description | 2D/3D geometry utility codes |
homepage | |
repository | https://github.com/nobuyuki83/del-geo |
max_upload_size | |
id | 701369 |
size | 116,271 |
Rust ๐ฆ utility library for primitive (e.g., line, tri) geometry computation intended for computer graphics prototyping ๐ and research ๐งช.
๐ See the documentation generated from code
[!WARNING] del-geo is still in its initial development phase. Crates published to https://crates.io/crates/del-geo in the 0.1.x series do not obey SemVer and are unstable.
Originally, the code is written in C++ in DelFEM2, then it was ported to Rust.