- Interlaken Park is a 51.7-acre (0.209 km2) park in Seattle, Washington. A heavily wooded hillside and ravine, it forms the division between Capitol Hill to the south and Montlake to the north. Interlaken Drive E. runs through the park north to south, and E. Interlaken Boulevard, part of which is now closed to traffic, does so northwest to southeast. Louisa Boren Park, once part of Interlaken Park, lies directly south.
- Ray Tracing in One Weekend (raytracing.github.io)
I’ve taught many graphics classes over the years. Often I do them in ray tracing, because you are forced to write all the code but you can still get cool images with no API. I decided to adapt my course notes into a how-to, to get you to a cool program as quickly as possible. It will not be a full-featured ray tracer, but it does have the indirect lighting which has made ray tracing a staple in movies. Follow these steps, and the architecture of the ray tracer you produce will be good for extending to a more extensive ray tracer if you get excited and want to pursue that.