Dave Pagurek

Results 715 comments of Dave Pagurek

Somewhere we have a breakpoint adding a min-height to the main nav so that when the window height is small, we don't get scroll bars on the main nav, just...

Some notes for working on this: - Some noise approaches use a big table of noise values, but we probably don't want to use that for now if we're going...

Thanks @LalitNarayanYadav, great work! I think the next steps for p5.strands noise would be: - to add back octaves of noise (ok if it's hardcoded to just the defaults in...

I'm in favour of keeping vector overloads for p5.strands in general, although I also don't know that it needs to be backfilled in normal p5. I guess it comes down...

For `noiseMode` I'm also in favour of the new API in that other issue, so I think if we want to add `noiseMode` in strands in the mean time, it's...

I'm going to close this now that we've merged in 3D noise in strands, I've opened https://github.com/processing/p5.js/issues/8160 for support for changing `noiseDetail`, and when we decide on `noiseMode` or similar...

I mention this in #545 but I wonder if this is because we add a thin stroke to all body text to make it slightly thicker. Might be worth seeing...

Maybe we can remove uses of text stroke to see how that looks? https://github.com/processing/p5.js-website/blob/366aaf1db2bc604ebb9074d42020e013570c8b4d/styles/global.scss#L75