HackerPoet / NonEuclidean

A Non-Euclidean Rendering Engine for 3D scenes.
MIT License
6.07k stars 578 forks source link

When i debug or build, it shows just black window and some errors #35

Open richardlee-kr opened 3 years ago

richardlee-kr commented 3 years ago

I downloaded all files with zip, changed properties for #include <GL/glew.h>, and added glew-2.1.0 to the main directory. But, when i debug or build this solution, visual studio shows some errors

image image in Camera.cpp

image image in GL.h

And NonEuclidean-master\NonEuclidean-master\NonEuclidean\NonEuclidean.exe also shows just black window

thank for reading

Axol3 commented 3 years ago

Since Glew is now in the same directory, you have to do #include "Glew.h" instead of #include