#convex #3d #geometry #hull

convex_hull

An implementation of a 3D convex hull algorithm. Comes with an example

4 releases

Uses old Rust 2015

0.2.3 Aug 30, 2018
0.1.3 Sep 27, 2016
0.1.2 Aug 3, 2016
0.1.1 Jun 10, 2016

#27 in #convex

MIT license

23KB
487 lines

Convex Hull algorithm

Implemented in Rust, with a visualizer. Toy project to get better acquainted with Rust, cgmath, and glium.

Dependencies

~9–21MB
~289K SLoC