git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Gource - new GL Visualisation for git repositories
@ 2009-09-16  6:28 Sam Vilain
  2009-09-16  6:40 ` Mike Hommey
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sam Vilain @ 2009-09-16  6:28 UTC (permalink / raw)
  To: Git Mailing List

A little fun candy to be had here:

  http://www.youtube.com/watch?v=GTMC3g2Xy8c
  (HQ version coming, once processing completes...)

Gource is a visualizer written in C++ which shows you the development of
the source code over time graphically.  It's pretty neat.  Home page at
http://code.google.com/p/gource/

Enjoy,
Sam

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gource - new GL Visualisation for git repositories
  2009-09-16  6:28 Gource - new GL Visualisation for git repositories Sam Vilain
@ 2009-09-16  6:40 ` Mike Hommey
  2009-09-16 11:06   ` Felipe Contreras
  2009-09-16  8:38 ` Steven Noonan
  2009-09-16 11:16 ` Reece Dunn
  2 siblings, 1 reply; 6+ messages in thread
From: Mike Hommey @ 2009-09-16  6:40 UTC (permalink / raw)
  To: Sam Vilain; +Cc: Git Mailing List

On Wed, Sep 16, 2009 at 06:28:30PM +1200, Sam Vilain wrote:
> A little fun candy to be had here:
> 
>   http://www.youtube.com/watch?v=GTMC3g2Xy8c
>   (HQ version coming, once processing completes...)
> 
> Gource is a visualizer written in C++ which shows you the development of
> the source code over time graphically.  It's pretty neat.  Home page at
> http://code.google.com/p/gource/

Code swarm (http://vis.cs.ucdavis.edu/~ogawa/codeswarm/) gives nice
results, too.

Mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gource - new GL Visualisation for git repositories
  2009-09-16  6:28 Gource - new GL Visualisation for git repositories Sam Vilain
  2009-09-16  6:40 ` Mike Hommey
@ 2009-09-16  8:38 ` Steven Noonan
  2009-09-16 11:16 ` Reece Dunn
  2 siblings, 0 replies; 6+ messages in thread
From: Steven Noonan @ 2009-09-16  8:38 UTC (permalink / raw)
  To: Sam Vilain; +Cc: Git Mailing List

On Tue, Sep 15, 2009 at 11:28 PM, Sam Vilain <sam@vilain.net> wrote:
> A little fun candy to be had here:
>
>  http://www.youtube.com/watch?v=GTMC3g2Xy8c
>  (HQ version coming, once processing completes...)
>
> Gource is a visualizer written in C++ which shows you the development of
> the source code over time graphically.  It's pretty neat.  Home page at
> http://code.google.com/p/gource/
>
> Enjoy,
> Sam

Dang. Now I'm going to be running it for hours, unable to look away!

Seriously. It's pretty awesome.

- Steven

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gource - new GL Visualisation for git repositories
  2009-09-16  6:40 ` Mike Hommey
@ 2009-09-16 11:06   ` Felipe Contreras
  0 siblings, 0 replies; 6+ messages in thread
From: Felipe Contreras @ 2009-09-16 11:06 UTC (permalink / raw)
  To: Mike Hommey; +Cc: Sam Vilain, Git Mailing List

On Wed, Sep 16, 2009 at 9:40 AM, Mike Hommey <mh@glandium.org> wrote:
> On Wed, Sep 16, 2009 at 06:28:30PM +1200, Sam Vilain wrote:
>> A little fun candy to be had here:
>>
>>   http://www.youtube.com/watch?v=GTMC3g2Xy8c
>>   (HQ version coming, once processing completes...)
>>
>> Gource is a visualizer written in C++ which shows you the development of
>> the source code over time graphically.  It's pretty neat.  Home page at
>> http://code.google.com/p/gource/
>
> Code swarm (http://vis.cs.ucdavis.edu/~ogawa/codeswarm/) gives nice
> results, too.

And the ruby version too :)
http://www.youtube.com/watch?v=PxjLbj8oT1k

-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gource - new GL Visualisation for git repositories
  2009-09-16  6:28 Gource - new GL Visualisation for git repositories Sam Vilain
  2009-09-16  6:40 ` Mike Hommey
  2009-09-16  8:38 ` Steven Noonan
@ 2009-09-16 11:16 ` Reece Dunn
  2009-09-16 13:02   ` Alex Riesen
  2 siblings, 1 reply; 6+ messages in thread
From: Reece Dunn @ 2009-09-16 11:16 UTC (permalink / raw)
  To: Sam Vilain; +Cc: Git Mailing List

2009/9/16 Sam Vilain <sam@vilain.net>:
> A little fun candy to be had here:
>
>  http://www.youtube.com/watch?v=GTMC3g2Xy8c
>  (HQ version coming, once processing completes...)
>
> Gource is a visualizer written in C++ which shows you the development of
> the source code over time graphically.  It's pretty neat.  Home page at
> http://code.google.com/p/gource/

This looks nice.

Having a branch activity (as opposed to directory activity) rendering
would be nice as well.

I also noticed that this shows the committer's activity. It may be
more accurate to use the author (for example, the Wine project only
shows activity from one person and with Git, the activity for Junio is
similar being its maintainer).

In addition to this, for large projects that span a long time (5 or
more years), it would be nice to speed these up (possibly control the
rate as a command-line parameter).

Aside from that... very cool.

- Reece

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gource - new GL Visualisation for git repositories
  2009-09-16 11:16 ` Reece Dunn
@ 2009-09-16 13:02   ` Alex Riesen
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Riesen @ 2009-09-16 13:02 UTC (permalink / raw)
  To: Reece Dunn; +Cc: Sam Vilain, Git Mailing List

On Wed, Sep 16, 2009 at 13:16, Reece Dunn <msclrhd@googlemail.com> wrote:
> In addition to this, for large projects that span a long time (5 or
> more years), it would be nice to speed these up (possibly control the
> rate as a command-line parameter).

It has a little of that, try gource -h (I forgot the option name).
Not _much_ faster, though.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-09-16 13:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-16  6:28 Gource - new GL Visualisation for git repositories Sam Vilain
2009-09-16  6:40 ` Mike Hommey
2009-09-16 11:06   ` Felipe Contreras
2009-09-16  8:38 ` Steven Noonan
2009-09-16 11:16 ` Reece Dunn
2009-09-16 13:02   ` Alex Riesen

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).