Skip to content

Commit

Permalink
readme tweaks for building
Browse files Browse the repository at this point in the history
I'm a bit of a go nubbin' and having `go build` give back nothing and missing
dependencies everywhere was momentarily confusing.

Also fixes 404 for the godoc link
  • Loading branch information
dormando committed Aug 30, 2018
1 parent 57a6cea commit d0fbd93
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

Package pbr implements Physically-Based Rendering via a unidirectional CPU-only Monte Carlo path tracer.

[![GoDoc](https://godoc.org/github.com/hunterloftis/pbr/pbr?status.svg)](https://godoc.org/github.com/hunterloftis/pbr/pbr)
[![GoDoc](https://godoc.org/github.com/hunterloftis/pbr/pbr?status.svg)](https://godoc.org/github.com/hunterloftis/pbr)

pbr uses [dep](https://golang.github.io/dep/docs/introduction.html) for
dependency management.

```bash
$ go get github.com/hunterloftis/pbr
$ dep ensure
$ make
```

---
Expand Down Expand Up @@ -115,6 +120,8 @@ To render them yourself, you'll need the `fixtures` directory of 3D assets:
$ make fixtures
```

Note: the download is over a gigabyte!

![Lion](https://user-images.githubusercontent.com/364501/44287057-62d8a180-a239-11e8-89b3-a6d5b5d0e6d1.png)

![Lambo](https://user-images.githubusercontent.com/364501/44287090-7d127f80-a239-11e8-9590-3ea7b8a68c22.png)
Expand Down

0 comments on commit d0fbd93

Please sign in to comment.