PMeshIO.jl
This package provides methods or reading and writing polygonal surface meshes represented by PMesh from and to IO
streams.
Installation
julia> using Pkg
julia> Pkg.Registry.add("https://visual2.cs.ovgu.de/roessl/VCJuliaRegistry.git")
julia> Pkg.add("PMeshIO")
julia> using PMesh
File format references
See Paul Bourke's collection of data format specifications.