NonEuclidean icon indicating copy to clipboard operation
NonEuclidean copied to clipboard

Error when compiling.

Open Juninh567 opened this issue 1 year ago • 1 comments

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.

Juninh567 avatar Feb 11 '24 00:02 Juninh567

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.

ehx-v1 avatar Feb 12 '24 10:02 ehx-v1