Carsten Przyluczky

Results 5 issues of Carsten Przyluczky

Hi I wonder how to install the whole thing ? I mean I checked out the code and compiled it with mono, but I dont have the command line sugarCPP...

Hi I LOVE the idea of sugarcpp. But how can I add libs to link against, say opencv ? Thanks for your work !

When I run ghi assign I get ``` /usr/local/bin/ghi:2917:in `execute': undefined method `sub!' for nil:NilClass (NoMethodError) from /usr/local/bin/ghi:2762:in `execute' from /usr/local/bin/ghi:91:in `execute' from /usr/local/bin/ghi:4285:in `' ```

bug
unconfirmed

Hi a similar tool to spine is spriter pro. Do you think you could add support for that too ? Regards

enhancement

Hi, I am using these macros ``` #define Blend(base, blend, funcf) vec3(funcf(base.r, blend.r), funcf(base.g, blend.g), funcf(base.b, blend.b)) #define BlendOverlayf(base, blend) (base < 0.5 ? (2.0 * base * blend) :...