red

Results 2 issues of red

I don't have screenshots, but it is the same issue as #3.

bug
regression

On Linux, errors get thrown because of an invalid C++ version when compiling freqencoder, shencoder, gridencoder, and raymarching. ```diff - c_flags = ['-O3', '-std=c++14'] + c_flags = ['-O3', '-std=c++17'] ```...