Live data from Hacker News

Show HN: 3D Vector Graphics

github.com

41–50 of 60 posts

Re: Show HN: 3D Vector Graphics

#41
Whenever I see install instructions like this:

OS X

  brew install cairo pkg-config
  go get github.com/ungerik/go-cairo
Ubuntu

  sudo apt-get install libcairo2-dev pkg-config
  go get github.com/ungerik/go-cairo
... I always think there should be a "default" instruction page linked to somewhere that explains what brew and apt-get are (and other things). I mean, I know you can't be expected to go to the lengths of explaining this stuff for every single project, but this is the kind of thing that will inspire the next generation. So maybe we, as a community could come up with a, "you don't know what this is? look here..." kind of page that people can put on their github projects.

Re: Show HN: 3D Vector Graphics

#42

Whenever I see install instructions like this: OS X brew install cairo pkg-config go get github.com/ungerik/go-cairo Ubuntu sudo apt-get install libcairo2-dev pkg-config go get github.com/ungerik/go-cairo ... I always think there should be a "default" instruction page linked to somewhere that explains what brew and apt-get are (and other things). I mean, I know you can't be expected to go to the lengths of explaining…

Wholeheartedly agreed. When I was learning about OSS, I had no idea what a "pull request" was but people kept mentioning it. A standard guide on how OSS works with Github, Linux, and related tools would be immensely helpful in welcoming new developers into the OSS world.

Re: Show HN: 3D Vector Graphics

#43

Whenever I see install instructions like this: OS X brew install cairo pkg-config go get github.com/ungerik/go-cairo Ubuntu sudo apt-get install libcairo2-dev pkg-config go get github.com/ungerik/go-cairo ... I always think there should be a "default" instruction page linked to somewhere that explains what brew and apt-get are (and other things). I mean, I know you can't be expected to go to the lengths of explaining…

We already have something. It's called man pages. I say this kind of tongue-in-cheek but I'm also serious about it at the same time.

Re: Show HN: 3D Vector Graphics

#44

Whenever I see install instructions like this: OS X brew install cairo pkg-config go get github.com/ungerik/go-cairo Ubuntu sudo apt-get install libcairo2-dev pkg-config go get github.com/ungerik/go-cairo ... I always think there should be a "default" instruction page linked to somewhere that explains what brew and apt-get are (and other things). I mean, I know you can't be expected to go to the lengths of explaining…

We already have something. It's called man pages . I say this kind of tongue-in-cheek but I'm also serious about it at the same time.

    man brew
That won't help if you don't have Homebrew [0] installed.

[0]: http://brew.sh

Re: Show HN: 3D Vector Graphics

#46

The output reminds me of Blender's Freestyle plugin. This looks great though because it's not part of a software suite! ;) [0] https://www.blender.org/manual/render/freestyle/export_svg.h...

blender is, contrary to popular belief, extremely nimble and easy to compile/modify.

it is all python, mostly.

and can be used a command line tool with very little effort. you can make a "open obj file, put default camera, render" scripts very easily.

Re: Show HN: 3D Vector Graphics

#48
post #42

Whenever I see install instructions like this: OS X brew install cairo pkg-config go get github.com/ungerik/go-cairo Ubuntu sudo apt-get install libcairo2-dev pkg-config go get github.com/ungerik/go-cairo ... I always think there should be a "default" instruction page linked to somewhere that explains what brew and apt-get are (and other things). I mean, I know you can't be expected to go to the lengths of explaining…

Wholeheartedly agreed. When I was learning about OSS, I had no idea what a "pull request" was but people kept mentioning it. A standard guide on how OSS works with Github, Linux, and related tools would be immensely helpful in welcoming new developers into the OSS world.

[deleted]

Re: Show HN: 3D Vector Graphics

#49

Earlier quoted context omitted.

We already have something. It's called man pages . I say this kind of tongue-in-cheek but I'm also serious about it at the same time.

man brew That won't help if you don't have Homebrew [0] installed. [0]: http://brew.sh

You can use a search engine, as well. Reasonably effective.
Post reply on HN