Louis Pearson

Results 48 comments of Louis Pearson

Any updates on the preview build and new post?

Sweet! I can't wait to see it.

Just ran into this issue while writing some vectorized code. I was a little shocked it didn't work at first, but eventually realized the problem with short-circuiting. I just want...

I agree that ninepatches will probably be referenced a lot. I think the final system will be like the font database + font ids, but what to use for the...

Instead of making the `Options.ninepatch_*` fields into pointers, I changed the Ninepatch struct to be more of a "fat pointer" type, with the `uv` field now being a pointer. Let...

I think that makes sense. Thinking out loud, we'll need to recalculate the UVs to fit. If one of the dimensions is zero we can skip rendering, otherwise we'll render...

> Right now the pointers seems better - what was the reasoning behind making them fat pointers? Also I suppose we could have both - optional pointers in Options to...