ConorDamery

Results 5 comments of ConorDamery

@ruby0x1 well that's rather disappointing, I was hoping there was a way to do what I'm trying. And yes of course, I'm running and testing on a debug build. But...

@mhermier Somehow I missed your message, but indeed that is a solution. I will try that for now, thank you! Though I would say this is a nice feature to...

I'm not a contributor to this repository, but I'm fairly familiar with the codebase. Anyhow, here's my 2 cents. Firstly, why do you have a free function that takes a...

You can still do this. I'm going to assume the math library you are referring to is glm? Anyway, there's nothing preventing you from wrapping glm into your own vec3...

Alright fair enough, well my only other approach is to try hacking it using wren semi-directly, which should work in theory (the code is not tested!). ``` .bindCFunction(false, "length", [](WrenVM*...