amethyst / rendy

State of the art "build your own engine" kit powered by gfx-hal
Other
815 stars 99 forks source link

Running on Windows (both MSVC and GNU) #44

Open skyne98 opened 5 years ago

skyne98 commented 5 years ago

Hello there!

It seems that there is a problem compiling the project on Windows. It looks like Shaderc doesn't have a cmake configuration for windows, even though shaderc crate mentions Windows support.

fu5ha commented 5 years ago

Getting shaderc to work on windows is a bit of a shtshow at the moment, but it does* work. See https://github.com/Lokathor/learn-gfx-hal#requirements

bgourlie commented 5 years ago

I never ran into a cmake issue, but I have run into a situation where some python script fails due to windows path length restrictions.