Using colors to enhance visualizations #69
initialcommit-io
started this conversation in
General
Replies: 2 comments 1 reply
|
This is cool! |
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 |
1 reply
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 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 =)
All reactions