An all-in-one 3D modelling crate, written in Rust!
A full set of geometry models:
Line
, Circle
, Triangle
, ...Polyline
, Bezier
, Spline
, ...BezierSrf
(TODO), SplineSrf
(TODO), ...Mesh
, Polyhedron
(WIP), Solid
, ... Graph
(WIP), ...operators on those models:
loft
, inset
, extrude
, split
, subdivide
) (TODO) Various extra features:
--features bevy
Basic Modelling: Hedron could be used to develop a 3D modelling tool, a very basic blender
clone.
Procedural Geometry / 'Parametric Design': Hedron is intended for parametric modelling, akin to what can be done with Rhino & Grasshopper.
Web Geometry Processing: The crate can be complied to WebAssembly, allowing these operations to be used on the web.
Hedron is designed to strike a balance between usability and expressiveness. It sacrifices A CGAL-level of expressivenes, in favor of a more simple and predictable API.
Hedron is currently in an very early stage. I don't recommend you use this library quite yet, but hopefully some of the models and operations presented can help you nonetheless!