Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nobuyuki83/del-geo

Rust ๐Ÿฆ€ utility library for primitive (e.g., line, tri) geometry computation intended for computer graphics prototyping ๐Ÿ›  and research ๐Ÿงช
https://github.com/nobuyuki83/del-geo

geometry graphics rust

Last synced: 4 days ago
JSON representation

Rust ๐Ÿฆ€ utility library for primitive (e.g., line, tri) geometry computation intended for computer graphics prototyping ๐Ÿ›  and research ๐Ÿงช

Awesome Lists containing this project

README

        

# del-geo

Rust ๐Ÿฆ€ utility library for primitive (e.g., line, tri) geometry computation intended for computer graphics prototyping ๐Ÿ›  and research ๐Ÿงช.

๐Ÿ“” See [the documentation generated from code](https://docs.rs/del-geo)

> [!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](https://github.com/nobuyuki83/delfem2), then it was ported to Rust.