Dejaime Antônio de Oliveira Neto

Results 2 issues of Dejaime Antônio de Oliveira Neto

Adds an error message mentioned in issue https://github.com/Josh4428/bigg/issues/30 Added messages appear as follows: ```ruby build $ examples/cubes/cubes ERROR: Failed opening file shaders/glsl/vs_cubes.bin Failed loading shader shaders/glsl/vs_cubes.bin “examples/cubes/cubes” terminated by signal...

In the `ExampleCubes::initialize` function the application builds a relative path to the files `(v/f)s_cubes.bin`. If your working directory is the same as the application, it works fine, but crashes if...