Erik Demaine

Results 343 comments of Erik Demaine

You can now select many objects with a rectangle drag, and you can duplicate selected objects via Ctrl-D!

> It would be very nice if I could just paste from my computer's clipboard when I do a screen grab. This is actually issue #22 (though I appreciate the...

Indeed, currently collision is detected only at the sample points, without any interpolation in between. Linear interpolation would make sense. ~~I'm hoping there's a DOM query for this type of...

A workaround for now is to use the select tool (drag to rectangular select) and then pressing the Delete key. (But that doesn't work on a tablet-only device.)

I just implemented an improvement to the eraser object detection (looking at all coalesced events instead of just the final event in a sequence) that should help — hopefully a...

I feel like a new button just below the touch toggle (another hand icon) makes sense.

Yeah, seems reasonable... or maybe the reverse? (hand points to where the toolbar will go) I originally hand in mind a left hand holding a pen, which toggles in/out, but...

As the LaTeX rendering is expensive in Cocreate (as it uses MathJax instead of KaTeX like VSCode does), I'd rather not rerender as the cursor moves. I think the current...

@jkitchin Yep, that is issue #22.

(moved your message for you) Yeah, I have some experience in [Coauthor](https://github.com/edemaine/coauthor/) with defining a custom data type for internal representations of data. Oh, actually, looks like I only [did...