lindemeier / painty

C++ library for non photorealistic rendering. Includes a paint renderer based on Kubelka Munk equations, stroke based rendering algorithms and artistic image filters.
MIT License
23 stars 2 forks source link

Compiled Windows Binaries? #62

Open torridgristle opened 3 years ago

torridgristle commented 3 years ago

Could we get a compiled Windows binary for painty? I've tried installing cmake but I can't get it to build, constantly stuck on "could not find git for clone of googletest-populate" no matter what I try when attempting to build it on my computer or on Colab.

I'm really interested in the color palette extraction.

lindemeier commented 1 year ago

Hey, never tried to build it on windows. I guess it's not straightforward to build it. I only compiled it on Ubuntu so far. Would a docker file help to build a Ubuntu based image?