You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to render an animation on the command line but have it play at a constant speed. When I run the following command the animation renders:
(copied over from savbran/evolvotron-fixed#1)
Is there a way to render an animation on the command line but have it play at a constant speed. When I run the following command the animation renders:
evolvotron_render -f 50 --size 512x512 -j output.png < evolvotron_function_1.xmlHowever, it speeds up and then slows down towards the end.
video.mp4
I'd like it to play at a constant speed.
I've noticed that evolvotron_mutate has the --linear option but using evolvotron_mutuate would change the original function, which is not what I want.
The main evolvotron has the --linear option but it doesn't seem to do anything.
I'm using Evolvotron 0.8.1 and this function file: https://github.com/kmatylla/evolvotron-xml/blob/master/finished%20evolved%20patterns/stained%20windows%201.xml (I've tested it on many functions and still have the same result)