Reintroduce IO functionality #33
Labels
area:IO
Area: IO
category:new-feature
Category: New feature
needs:design
Needs: design of some sort
priority:high
Priority: High
As explained in the docs, IO code was thrown out to reduce the scope of the initial release. Of course, IO is important for many use cases, so it should be added back. The code lives in
old_code/
and was fully working (and fast!), but it needs quite a bit of adjustments still to:Here is an incomplete and unsorted list of things that need to be addressed:
IntoMeshWriter
?)set_vertex_positions
,set_vertex_colors
, ...set_prop::<VertexPositions>()
or sth like that.The text was updated successfully, but these errors were encountered: