ageller / Firefly

A WebGL interactive particle viewer
GNU Affero General Public License v3.0
65 stars 13 forks source link

Render without GUI #176

Open jmoran2611 opened 1 year ago

jmoran2611 commented 1 year ago

I have a complete simulation with time evolving data. My idea is to make a movie of the time evolution by loading a snapshot, rendering it with a fixed set of settings and camera angles and save the rendered image, doing this for all the snapshots, generating several hundred pngs. As far as I understand this doesnt seem to be possible to do without manually opening the GUI for every snapshot and manually taking a snapshot. I understand that this kind of defeats the purpose of the interactive viewer, but this is the best renderer that I have found for my unstructured data.