git-internals-pdf icon indicating copy to clipboard operation
git-internals-pdf copied to clipboard

Which software do you use for theses grapichs?

Open edusantana opened this issue 11 years ago • 7 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

  • https://github.com/pluralsight/git-internals-pdf/blob/master/artwork/vector/Blobs.eps and
  • 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."

edusantana avatar Oct 05 '13 18:10 edusantana

What images you sent me a funky link???

On Sat, Oct 5, 2013 at 2:28 PM, Eduardo de Santana Medeiros Alexandre < [email protected]> 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/pluralsight/git-internals-pdf/issues/11 .

Artistdencoelho avatar Oct 06 '13 10:10 Artistdencoelho

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?

edusantana avatar Oct 06 '13 13:10 edusantana

Hey @edusantana looks like this one https://github.com/textile/textile-mark

Here are more links https://en.wikipedia.org/wiki/Textile_(markup_language) http://redcloth.org/textile http://redcloth.org/hobix.com/textile/ https://txstyle.org/

kdelchev avatar May 19 '16 12:05 kdelchev

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

edusantana avatar May 19 '16 18:05 edusantana

Looks like OmniGraffle.

QJKX avatar Feb 10 '19 20:02 QJKX

It looks like Adobe Illustrator to me...

coridrew avatar Feb 11 '19 17:02 coridrew

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

chris2crawford avatar Jun 14 '20 15:06 chris2crawford