I have currently a client-side Javascript code that generates a Gif file from a Three.js scene on the client.
I would like to do exactly the same but on the server-side. I'm a bit confused about the way to go.
Can I render a scene outside of the browser to generate the Gif? Should I use node.js implementation of Three.Js? I'm working in a Python environment on the server-side, if possible I'd rather work with something in Python..
Thanks.