HackerPoet / NonEuclidean

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

When I run, I just shows up as a black window. #13

Open dudeymopster opened 5 years ago

dudeymopster commented 5 years ago

It renders as a black window and my mouse cursor is centered. I installed glew AS WELL as adding the files to the same directory. Please help.

ivanstepanovftw commented 4 years ago

You have to have the other folders in the same directory as the exe, otherwise it will fail to load the demo resources and everything will be black.

Not resolved, because it shows white window instead black

marecc commented 4 years ago

me 2,i just download the glew and put it into the folder ,just a black window and cursor is centered,maybe we should do something more to the glew?

marecc commented 4 years ago

me 2,i just download the glew and put it into the folder ,just a black window and cursor is centered,maybe we should do something more to the glew?

Wotox commented 4 years ago

you just need to download all the files from repository, not executable only

winkelstein commented 3 years ago

That because your .exe doesn't see textures, shaders and meshes, Put these files in the same folder as your executable and run the application.

Sonic-The-Hedgehog-LNK1123 commented 3 years ago

I ran into the same problem.

@HackerPoet Uploading a zip containing the executable and required folders using GitHub's releases feature is probably a good idea.

TediusTimmy commented 1 year ago

Greetings. While there are many causes of your video card deciding that it doesn't want to display anything, one cause could be the GLSL compiler, as I have documented in #52 .

ZeyzerDeIx commented 6 months ago

Same problem for me