Library for 3D model simulation visualization

I have seen this post with a matlab example that I would like to emulate in Julia. As a summary I would like to plot a 3d model loaded from a mesh file (.stl or similar) and rotate it “real time” according to a time series.

What Julia library would you use? Do you now any similar examples I could look at?

I’d most likely be looking at Home - see e.g. this example http://juliaplots.org/MakieReferenceImages/gallery//textured_mesh/index.html for the mesh, and this https://makie.juliaplots.org/stable/animation.html#A-Simple-Example for the time updating.

2 Likes

There’s also MeshCat.jl which binds to WebGL 3D viewer.

EDIT: Here’s an example from that page:

3 Likes