Andreas Köberle
Andreas Köberle
Sorry but I'm not a ruby guy.
Coming from Processing I prefer Karsten Schmitds toxiclibs which has some more geometric stuff. https://bitbucket.org/postspectacular/toxiclibs/src/35d289f02791/src.core/toxi/geom/ Is there a need to make a the constructor of PRect constant?
But you cant change scale, translate the rect after creating, or miss I something here?
Yes its related. I don't think this should be fix here.
Not sure how to reproduce this. I added this to my test suite and it pass: ``` \() -> (Expect.equal (fadeOut 10 (hsla 1 1 1 1)) (hsla 1 1...
Ok, seems like Elm cant convert white into HSL correctly: ``` toHsl Color.white { hue = NaN, saturation = NaN, lightness = 1, alpha = 1 } ``` Have a...
> For those wanting to use this now I found I was able to use the following package https://www.npmjs.com/package/mdx-mermaid directly within my *.stories.mdx files like so. @martincoote For me this...
It would be easier to have on base function that can create a mesh from a formula, in the end the only different between a torus a sphere or a...
For me it looks like there are solids with its settings and then there is stuff you can do with solids like rendering or checking for intersection. So you can...
I have no IE to test it so, if you like fix bugs in IE you are welcome.