Theverat / NormalmapGenerator

A simple program that converts images into normal maps
GNU General Public License v3.0
416 stars 51 forks source link

Platform independent support (e.g., macOS) #28

Closed IntellectualKitty closed 6 years ago

IntellectualKitty commented 6 years ago

As a Mac user, platform independent support would be extremely helpful!

There is platform independent windowing and graphics API support available such as GLFW and SDL.

Theverat commented 6 years ago

I'm pretty sure that it compiles on macos (at least it worked in the past). I don't use any platform-dependent functions and I can compile the program on Linux and Windows, however I can't compile for macos.

schroef commented 6 years ago

@IntellectualKitty Have you tried compiling it for OSX?

IntellectualKitty commented 6 years ago

No, I didn't make the attempt to compile it for OSX.

My normal mapping needs are fairly limited. I found this online system (http://cpetry.github.io/NormalMap-Online/) that does everything that I need.