I’m working on this molecule simulation and wanna make a couple of dots move around in 3D. I’ve worked with GLMakie very little (was creating just some basic scenes). In fact, I’ve worked with plots for the first time too.
plotly() backend of Plots.jl seems very handy. The 3D panning is superb. Is there something of this sort in Makie? I’m unable to figure a way out to update the render scene quickly enough in Plots.jl so as to give a real-time simulation feel (currently I’m just creating new plots with every update).
I wondered if Observables and GLmakie’s speed would do the trick. But I would love some interactivity of a similar kind that would help me pan about the molecule. There isn’t much on the website regarding 3D scenes in detail. Also, I would like to get rid of the axis and ticks eventually, is there some showaxis=false parameter in Makie if scenes is not something I would wanna work with?