Amit Patel
Amit Patel
Ghost elements are useful to create even if not using the rest of create.js. This should be made available somehow, without the [500,500] hard-coded ghost point.
Right now the library assumes the points will be 0 ≤ x ≤ 1000, 0 ≤ y ≤ 1000. What does this buy me? Is there any advantage to this...
`create:checkTriangleInequality` checks for skinny triangles but doesn't do anything about them. Insert new points at the circumcenters (I think) to eliminate most/all of the skinny triangles.
When I first wrote this, I took Dear ImGui's combined sample code and modified it to do what I wanted. This is mostly in render-imgui.cpp. This treats ImGui as just...
The current simulation applies a force that is *independent* of distance. If the distance is 3 or 30 the force applied is the same. suppose dx = 3 ; dy...
[Figure 5](https://distill.pub/2018/differentiable-parameterizations/#figure-style-transfer-diagram) looks fine in Chrome 70 (MacOS) and Safari 12 (MacOS) and Safari 12 (iOS) when the browser width is 1180px or greater but 1179px and below the words...
The library is pretty good at ease of use for *new data structures* but it is not good at ease of use for actually calling the visitors. Maybe write a...
It might be nice to type in multiple prompts and have the ui generate them one after another. That way, I could try a bunch of things, go to lunch,...
`render.ts:screenToWorld` needs to take into account the tilt parameter. Without it, we cannot paint at the mouse position when the view is tilted.
Rationale: the example code in the README isn't complete, so it can't be run. Provide a complete example instead, with a visualization showing what it outputs. Use the same example...