NonEuclidean
NonEuclidean copied to clipboard
Error when compiling.
g++ -o NonEuclidean *.cpp In file included from Engine.h:8, from Engine.cpp:1: Timer.h:2:10: fatal error: Windows.h: No such file or directory 2 | #include <Windows.h> | ^~~~~~~~~~~ compilation terminated.
Are you on Linux by any chance? From the Readme (emphasis mine):
A NonEuclidean rendering engine for Windows
I think there's an ongoing project to make it system-independent, but don't quote me on that.