Using colors to enhance visualizations #69
initialcommit-io
started this conversation in
General
Replies: 2 comments 1 reply
-
This is cool! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Neat! I think we can organize the coloring options nicely using an Enum, see #80 a) make all the options visible when using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@abhijitnathwani @paketb0te Considering the visual nature of this tool, I think it's perfect for using colors to enhance the user experience and add additional information to the Git simulations where it makes sense.
For starters, I just released v0.2.7 which has the new global option
--color-by=author
.This recolors the commit circles after drawing the graph based on the author of each commit and includes the color-coded author name in the frame along with the number of commits they authored:
Merge:
Rebase:
Log Animation:
git-sim-log_03-06-23_23-24-48.mp4
I can see us extending this to stuff like:
If you have any ideas for cool ways we can use color to create new Git-Sim features, would love to hear them =)
Beta Was this translation helpful? Give feedback.
All reactions