| Crates.io | cg-math |
| lib.rs | cg-math |
| version | 0.1.2 |
| created_at | 2023-09-17 19:00:10.75216+00 |
| updated_at | 2023-10-06 09:28:52.536712+00 |
| description | A computer graphics library focused on usage with cg-lab. |
| homepage | |
| repository | https://github.com/glennDittmann/triangulations/tree/main/cg-math |
| max_upload_size | |
| id | 975278 |
| size | 59,967 |
A computer graphics (cg) library designed around simplices and for usage with cg-lab.
This project has the following structure:
Algos: popular algorithms in the field of computer graphics implemented with a focus on readability instead of optimization, e.g. the BowyerWatson algorithm for triangulationsGeometry: useful structures and corresponding properties for computations in vector spaces, e.g. vertices, edges, triangles etc.Validation: contains methods for validating results of the algorithms