Isaiah Odhner

Results 272 comments of Isaiah Odhner

I'm not sure; I only looked and found the errors later. But you can see from the code that it doesn't handle the case where the JSON isn't loaded yet.

This isn't 3D, and Three.js isn't a physics library, although there are several Three.js physics engine integrations. I don't know of any 3D physics engines that are "point-based" in the...

[This example](https://particulatejs.org/examples/#polyhedron/icosahedron.html) ([source](https://github.com/jpweeks/particulate-js/blob/master/examples/polyhedron/icosahedron.js)) seems to have stiff constraints. I don't know that it's adjustable though.

[PEP.js](https://github.com/jquery/PEP) is good for this sort of thing. You have to handle multiple pointers, but it's pretty straightforward. ```coffee pointers = {} canvas.setAttribute "touch-action", "none" canvas.addEventListener "pointerdown", (e)-> undoable() pointers[e.pointerId]...

This was intentional (that's why it's "All clear!" and not "All cleared!" for instance), but the intent was also to provide a better message for this case in the future....

I have a vertical color bar mode, is that good enough? The setting is saved to the URL: https://jspaint.app/#vertical-color-box-mode Switching automatically does seem like a good idea though.

Yes, I agree this should change. This will probably be part of a larger effort to change how storage works, maybe terming it Recovery. (Calling it Manage Storage, and automatically...

@LegendaryZReborn Except for discoverability... and except for mobile 😄

Previously jspaint had support for detecting all system fonts, but this worked via the Flash plugin, and that's being phased out of browsers. Would you be happy with a generally...

Which one? (or both / either?) - More variety in font selector by default - Loading specific font files from your computer