scottdraves / flam3

the original fractal flame renderer and genetic language
GNU General Public License v3.0
400 stars 73 forks source link

Trying to compile with MS Visual Studio 2017 #28

Closed dfkettle closed 4 years ago

dfkettle commented 5 years ago

Has anyone been able to compile flam3 with MS Visual Studio 2017? It seems the format of the project files used by VS has changed. When I tried to open the project, VS attempted to upgrade the format, but it didn't seem to work, saying one or more of the files were corrupted.

Maybe it would be easier to compile with Cygwin or MINGW, using the Linux makefile. Is there a recommended way to compile for Windows?

Thanks.

EReckase commented 5 years ago

That's an excellent question. I haven't compiled the flam3 source on windows in a really, really, REALLY long time.

dfkettle commented 5 years ago

Is anybody still supporting it? There doesn't seem to be a lot of activity here.

On Tue, Nov 27, 2018, 4:51 PM Erik Reckase, notifications@github.com wrote:

That's an excellent question. I haven't compiled the flam3 source on windows in a really, really, REALLY long time.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/scottdraves/flam3/issues/28#issuecomment-442230973, or mute the thread https://github.com/notifications/unsubscribe-auth/AIBSD7vELvQrNFPdJzaszUw-ZGUizWgbks5uzbP8gaJpZM4Y1-i2 .

EReckase commented 5 years ago

There's not currently much active development with the flam3 engine itself; @scottdraves might have more news about electric sheep tho.

dfkettle commented 4 years ago

I gave up trying to compile with MS Visual Studio. Going to try compiling with Msys2.