Earlier quoted context omitted.
Hughes Hoppe has done a variety of research that depends on finding interesting parameterizations of meshes. His papers aren't exactly lightweight on the math, but you may find some ideas there: http://research.microsoft.com/en-us/um/people/hoppe/ http://research.microsoft.com/en-us/um/people/hoppe/proj/vfd... http://research.microsoft.com/en-us/um/people/hoppe/proj/lap...
Great! Hughes Hoppe's work is amazing!
Show HN: 3D Vector Graphics
51–60 of 60 posts
Re: Show HN: 3D Vector Graphics
#52I just want to say that I'm a huge fan of your open source projects. Thanks for sharing them!
Re: Show HN: 3D Vector Graphics
#53`ln` is a utility commonly used for making links. Searching for this project in the future is going to be a pest.
Re: Show HN: 3D Vector Graphics
#54`ln` is a utility commonly used for making links. Searching for this project in the future is going to be a pest.
Re: Show HN: 3D Vector Graphics
#55`ln` is a utility commonly used for making links. Searching for this project in the future is going to be a pest.
Re: Show HN: 3D Vector Graphics
#56Re: Show HN: 3D Vector Graphics
#57`ln` is a utility commonly used for making links. Searching for this project in the future is going to be a pest.
Re: Show HN: 3D Vector Graphics
#58I thought I remembered seeing your graphics work before in go posted on HN. Yep: https://github.com/fogleman/pt Is this an evolution of that work, at least in terms of the learning process?
Then I scrolled down to the samples...
Re: Show HN: 3D Vector Graphics
#59Whenever 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
#60Whenever 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…
One line of, "Hows this work?" would help a lot of people. I took the git lesson from code academy and have messed around in ubuntu but am still very intimidated by github and the brutal installation instructions every project has (or doesn't have).