pluralsight / git-internals-pdf

PDF on Git Internals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which software do you use for theses grapichs?

edusantana opened this issue · comments

I'm producing a bunch of books for online education in Brazil, you can see those at
https://github.com/edusantana/ufpb-virtual-computacao/blob/master/livro/capitulos/livros.asc (click on 'baixar' (portuguese word for download) - i'm using asciidoc and github to produce those books.

Anyway, I was worndering, how do you draw those nice graphics like

Which software do you use?

I have contacted Scott Chacon, and he replay:

  "I don't actually know, Geoff did those.  Perhaps you could create an issue on the repo with this questions."

What images you sent me a funky link???

On Sat, Oct 5, 2013 at 2:28 PM, Eduardo de Santana Medeiros Alexandre <
notifications@github.com> wrote:

I'm producing a bunch of books for online education in Brazil, you can see
those at

https://github.com/edusantana/ufpb-virtual-computacao/blob/master/livro/capitulos/livros.asc(click on 'baixar' (portuguese word for download) - i'm using asciidoc and
github to produce those books.

Anyway, I was worndering, how do you draw those nice graphics like

https://github.com/pluralsight/git-internals-pdf/blob/master/artwork/vector/Blobs.epsand

https://github.com/pluralsight/git-internals-pdf/blob/master/artwork/vector/DAG_Model.eps?

Which software do you use?

I have contacted Scott Chacon, and he replay:

"I don't actually know, Geoff did those. Perhaps you could create an issue on the repo with this questions."


Reply to this email directly or view it on GitHubhttps://github.com//issues/11
.

Hi @Artistdencoelho

These are images at https://github.com/pluralsight/git-internals-pdf/tree/master/artwork/vector

As you can see, at https://raw.github.com/pluralsight/git-internals-pdf/master/text/s1-c03-object-types.textile

The image Blobs.eps is used:

h3. The Blob

In Git, the contents of files are stored as *blobs*.

!vector/Blobs.eps(Files are stored as blobs)!

You can the Blobs.eps image at the PDF book, page 15:
https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf

So, the question is: Which software do you use to create an image like Blobs.eps?

Hi @kdelchev thanks for the replay, but I looking for the software used to draw the Blobs.eps file.

commented

Looks like OmniGraffle.

It looks like Adobe Illustrator to me...

The file extensions in the source code are *.graffle.
The diagrams are wonderful!