Programming language ray tracing benchmarks project

Programming language ray tracing benchmarks project

A simple implementation of a path tracer in different programming languages with some restrictions. If the language allows vectorization, parallel or distributed processing, those must be used in different implementations, i.e. crb (C single threaded), cmprb (C using OpenMP, not yet implemented). The C language implementation will be used as baseline, crb.c.

Source: github.com