pbrt-go Physics based raytracing written in golang for my educational purpose. Based on book Physically Based Rendering: From Theory To Implementation and source code at https://github.com/mmp/pbrt-v3. This is basically direct conversion from c++ to golang.