Polygonal Surface Meshes
This package defines a half-edge data structure for representation and manipulation of polygonal surface meshes.
Part of this implementation is a direct port of parts of the C++ Polygonal Mesh Processing Library by Daniel Sieger and Mario Botsch.
Installation
julia> using Pkg
julia> Pkg.Registry.add("https://visual2.cs.ovgu.de/roessl/VCJuliaRegistry.git")
julia> Pkg.add("PMesh")
julia> using PMesh
Dependencies to some of my packages are found in my local registry, which you may want to add: see VCJuliaRegistry.