kmkolasinski / AwesomeBump

AwesomeBump is a free program written using Qt library designed to generate normal, height, specular or ambient occlusion textures from a single image. Since the image processing is done in 99% on GPU the program runs very fast and all the parameters can be changed in real time. AB was made to be a new alternative to known gimp plugin called Insane Bump.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supply a compiled version

LukeOnuke opened this issue · comments

As a python programmer and a C# beginner compiling is realy intimidating to me and some people may not know how to do it so perhaps make a COMPILED folder with the compiled exe

so perhaps make a COMPILED folder with the compiled exe

Including compiled binaries (and generated artifacts in general) in Git is considered bad practice. Instead, GitHub's releases mechanism should be hosted to host binary releases (as is already done).