cg-math

Crates.iocg-math
lib.rscg-math
version0.1.2
sourcesrc
created_at2023-09-17 19:00:10.75216
updated_at2023-10-06 09:28:52.536712
descriptionA computer graphics library focused on usage with cg-lab.
homepage
repositoryhttps://github.com/glennDittmann/triangulations/tree/main/cg-math
max_upload_size
id975278
size59,967
Glenn Dittmann (glennDittmann)

documentation

README

📐 cg-math

github Latest version unsafe forbidden MIT

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 triangulations
  • Geometry: 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
Commit count: 0

cargo fmt