Ilmari Heikkinen

Results 28 comments of Ilmari Heikkinen

The support contract for this project has ended. (joking)

Jokes aside, thanks for the bug report (even if 2 years late), I'll see if I can remember my way around the codebase well enough to fix things :)

@numero6fromthevillage Regarding skip() and where(): - where() I'd skip since it's 7 characters and turns a property access into a function call. And it's not immediately clear what it is...

Thanks for noticing this, I've got a fix brewing in #1776

Heya, thanks for your kind words! What kind of custom texture do you want to add? The basic process is var tex = new Magi.Texture(); tex.width = 1; tex.height =...

Yep, if the code doesn't match the function description, we should change one. On 21 June 2016 at 12:50, scarl555 [email protected] wrote: > Hi, this is the function description of...

Yeah, this would be cool to have. Some way to pack & read data by bit. I've got a single-bit access helper at https://github.com/kig/bitview.js, but it doesn't do "treat these...

Do you have a test case that fails on this (that I could crib & test against)? I tried to fix this but lacking a test it might or might...

Splatter fill, splatter stipple, cross-hatch I think

Hi, showing a video is pretty much the same as showing an image. You just have to update the texture on every frame. 2014-06-03 19:47 GMT+01:00 robypat [email protected]: > Hi...