Matt DesLauriers
Matt DesLauriers
That's very unusual; it sounds like some sort of floating point issue or browser rendering bug that only happens depending on resolution and coordinate systems. Do you see the same...
Cool 👍 if there's anything that could be shared we can split into its own module. Ideally orbit-controls could be cleaned up so that it works with a variety of...
Hmm probably not, any ideas how we can solve this?
I think ideally we should remove the budo + browserify + babel + esmify packages and use another bundler and esm solution. I really would like to support the following:...
@whitecolor CSS reloading is implemented with `` tags, but not `` tags inline in an HTML file since the latter is much more complex.
In `[email protected]` the `--version` flag now displays more information about the browserify and watchify versions, which can also affect an issue like this. :smile: e.g. ``` sh $ budo --version...
I added some tests to `watchify-middleware` to try and figure this out. Here's what I think is happening: - user saves entry file - before `chokidar` has a chance to...
Hmm last I checked color thief was basically using the same library underneath (for quantizing). This lib should sort the results based on color frequency, so typically I just take...
I like both vite and esbuild, but I worry vite will at some point become the next webpack in terms of configuration complexity, and IMHO it is better suited as...
The current p5 noise function has some quirks that I think would be worth ironing out: - Simplex will probably be faster than Perlin, so I think it is a...