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
Just wondering. If I have a fairly linear tree to display (only one branch), it would be really nice if I could somehow get it to "bloom" from left to right like a timeline.
However, no matter what I do, gource seems to always want to go from right to left. Usually also with some sort of angle, but the general direction of the expansion always seems to be from right to left. (I've run gource like 10 times in a row with the same options and it always seems to be right to left in general.)
Is there an option to "reverse" this and have the bloom move in the opposite direction?
The text was updated successfully, but these errors were encountered:
I think what you might be seeing is that there is some pseudo random acceleration given to the files that is deterministic so you get the same initial bias. There's no option to initialize the random number generator seed to something else.
Since you can control the input you could change some of the order or add to/remove some of the initial files to get it to do something different.
I think what you might be seeing is that there is some pseudo random acceleration given to the files that is deterministic so you get the same initial bias. There's no option to initialize the random number generator seed to something else.
Ahh. I did see --hash-seed and hoped maybe that would let me make "reproducible" runs, but it never seemed to do that. Guess it does something else.
Since you can control the input you could change some of the order or add to/remove some of the initial files to get it to do something different.
Well, we are looking at a directory tree that grows in a line (no branches), so no matter what it just always seems to be right-to-left. So not much we can do there. Oh well, makes things interesting.
Now what would really be nice is if we could make it just be horizontal regardless of growth, instead of random angles. For now I just keep running gource over and over until the move comes out horizontal-ish. 😄
All,
Just wondering. If I have a fairly linear tree to display (only one branch), it would be really nice if I could somehow get it to "bloom" from left to right like a timeline.
However, no matter what I do, gource seems to always want to go from right to left. Usually also with some sort of angle, but the general direction of the expansion always seems to be from right to left. (I've run
gource
like 10 times in a row with the same options and it always seems to be right to left in general.)Is there an option to "reverse" this and have the bloom move in the opposite direction?
The text was updated successfully, but these errors were encountered: