Matthew Conlen

Results 109 comments of Matthew Conlen
trafficstars

I *love* the idea of having a p5 component to allow users to easily embed processing sketches. That error seems like an SSR issue, you can disable SSR by running...

Oh cool - this is great work. I have a couple ideas to streamline the way that you can inject idyll variables into the `sketchFunc`, can send those as a...

😀 I've pushed some updates to [my fork](https://github.com/mathisonian/idyll-p5), see a live version on GH pages: https://mathisonian.github.io/idyll-p5/index.html Things I've updated: * Fixes window checks, so that SSR still works * WIP...

I pushed a few updates to fix the variables, and left one note for something that is not ideal with the `updateProps`, but I think we can fix on the...

It also seems like code minification is the reason why you were seeing certain things not work during deployment. I turned it off for now, but am investigating why that...

@JobLeonard I think there are some other important points here that I still need to parse, but wanted to point out - ```js componentWillReceiveProps(nextProps) { // pass relevant props to...

Okay, that makes sense to me, in which case the solution you proposed above probably makes the most sense. I'll see if I can't get something like that working in...

Okay - i think a couple weird things happening - In the second sketch you're referencing `clickBgColor` where it should be `clickBgColor2`, causing the two sketches to always show the...

Ah okay - that makes sense, and looks like awesome progress. I'm busy finishing a project up at work this week, but will take a stab at the props and...

Hey - yes I haven't forgotten about this! Sorry for the slowness, but I want to make sure we get some other things cleaned up first. I think that we...