Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ๐งช
- Host: GitHub
- URL: https://github.com/nobuyuki83/del-geo
- Owner: nobuyuki83
- License: mit
- Created: 2022-10-30T06:38:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:20:48.000Z (9 days ago)
- Last Synced: 2024-12-30T09:28:27.332Z (9 days ago)
- Topics: geometry, graphics, rust
- Language: Rust
- Homepage:
- Size: 258 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.