Closed hhirtz closed 2 years ago
The builds fail because mesh-io-ffi
(C bindings for mesh-io) haven't been updated, which I will do when I have the time. Otherwise, this allows for mesh-part
, weight-gen
and cie to read .vtk
files (the legacy ascii format, at least) transparently.
Allow the tooling to read legacy VTK files.
TODO
parse
functionreplace todo panics with errors in the vtk module(I actually would rather leave them so that the format can be implemented incrementally)