Erik Demaine

Results 343 comments of Erik Demaine

We recently added functionality to the `master` branch to drag **links** from another tab into a FlexLayout. (Check out the `onExternalDrag` configuration option and try out [the demo](https://rawgit.com/caplin/FlexLayout/demos/demos/v0.5/demo/index.html).) But I'm...

[v0.11.1](https://github.com/edemaine/fold/releases/tag/v0.11.1) (see also [v0.11.0](https://github.com/edemaine/fold/releases/tag/v0.11.0)) now does the first operation, via `FOLD.convert.flatFoldedGeometry()` and, on the command line, `fold-convert --flat-fold`. This was inspired by [Robby Kraft's code](https://github.com/robbykraft/Origami/blob/351283c8b82ffb7458df7ada638c3d53a0a89d12/src/fold/make.js) for [flat folding](http://convert.rabbitear.org/).

Thanks for the feedback! Here are some responses/motivations: ## 'C' is for ~~cookie~~ cut My motivation here is actually [the crease pattern editor cp-editor](http://erikdemaine.org/cp-editor/), which lets users interactively draw crease...

Option sounds cool. Maybe a field-of-view slider, one extreme of which is orthographic? Then you can really make your drawing look perfect/huge/small before printing the figure for a paper.

> To make this work, the best way would be to replace internals of Meteor Tracker with Solid reactivity in a backwards-compatible way. I think this is a very interesting...

I was also thinking a version of the tutorial for Meteor + Solid would be helpful. I [started this a bit](https://forums.meteor.com/t/meteor-solidjs-demo/57242/9). Is there a pointer for how to add a...

Sounds good. As my filter needs were simple, I've switched to using `.animate().during()` and setting CSS filters for now, so no rush for me. But thought it might be helpful...

Actually, it looks like the latest code already has support for exporting as `module.exports` (thanks to your commit d994af02 on 2018-06-15) -- it just hasn't been published via `npm publish`...

Agreed. See https://nschloe.github.io/2022/05/20/math-on-github.html for a lot of issues with the new MathJax plugin, though.

I'd propose the following behavior: 1. After content doesn't change for a bit of time, the window.location URL updates to the long explicit form (`#...`) automatically. This just costs a...