-
Hi there, I wrote this wgpu application on Linux (Wayland) and it worked just fine. Now that someone wanted to compile it on Windows, it doesn't work:
noisy log output
```
2022-04-27T15:20:…
-
Failing unit tests....
/lime/tests/dirty.htm
/lime/tests/schedulemanager.htm
/lime/tests/style.htm
Tested in Chromium
Results:
5 of 5 tests executed.
2 passed, 3 failed.
Duration: 8s.
Lime Unit Te…
-
The old SVG parsing was throwaway code and was never part of the public API. I've ripped it out so so it can be done properly. An implementation task list:
- [ ] PolyBezier.fromSVG(path) for accept…
-
The website is lacking a certificate for https.
But so does http://lea.verou.me/ and http://cubic-bezier.com
If you need any help, please let me know.
-
![image](https://github.com/ion22666/MoveVision/assets/50714035/89c0e3f7-e7b5-4a08-8fc9-ba829d1e4062)
1. When the slider bar is closed, hide the button that opens it if the mouse is moving. The butto…
-
```
I would like to request a convenience function that draws a Bézier curve.
I think that for fast game prototyping Angel lacks some drawing functions. I
only found the World::DrawDebugLine(), and …
-
```less
@b: border;
@bl: border-left;
@br: border-right;
@bt: border-top;
@bb: border-bottom;
@bbc: border-bottom-color;
@bblr: border-bottom-left-radius;
@bbrr: border-bottom-right-radius;
@…
-
CROSS POST: https://github.com/bokeh/ipywidgets_bokeh/issues/44
CROSS POST: https://github.com/holoviz/panel/issues/3023
Panel: 0.12.6 Bokeh: 2.4.2 ipywidgets_bokeh: 1.2.1 ipycanvas: 0.10.2 ipyker…
-
Instead of drawing with HTML and CSS (`display: flex` and `order: `), use SVG and set 'calculatedPosition' manually using CSS `translate(x, y)`
- [ ] Recreate the 'scene' with SVG
- [x] Basic la…
-
it's implied in the text but there should just be a dedicated short chapter on merging curves by contructing new curves and performing MSE fitting or the like
Pomax updated
2 months ago