Write-out simulation data from Julia to other file formats (JSON, …)

Hello,

Is there a tool/method to write-out simulation data to other formats such as: JSON, yaml, xml, text files, csv, vdb, alembic (abc), lossless image file, exr, fbx, obj, gltf, hdf5?

So that it can be imported into visualisation programs?

Kind regards,
C.

What you are likely looking for is the FileIO.jl infrastructure: Registry table · FileIO

1 Like

Yes, thanks!