HackerPoet / NonEuclidean

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

How do i build the game #50

Open kkmfd-Offical opened 2 years ago

kkmfd-Offical commented 2 years ago

idk how to build the game can anyone help me

Yabgu commented 2 years ago

You need VisualStudio with C++ tools installed. After you open the solution it asks for GLEW. To overcome that you can either manually install it or use NuGet to install GLEW: Just right-click on project references and add using NuGet references GLEW.v140 worked for me. If you choose NuGet reference, you need to remove GLEW from the project linker input because it is inside additional references already. If it glitches it is most probably outdated drivers: You need to change windows update settings to prevent it from downgrading your GPU drivers and then update your GPU drivers manually.