Results 10 comments of Dmitriy

[2:21:48] EpicLoyd: https://github.com/Razish/japp/issues/279 [2:21:57] EpicLoyd: say him that server can send data to client [2:22:57] EpicLoyd: ./lua SendReliableCommand(-1 '0 head_mando 1 head_lando 2 head_kyle') [2:23:10] EpicLoyd: id (head) id (head)

POV: you created the most popular app for customizing mac touchbar 😁

Maybe the same way for perspective transforms (through css for example)?

**The current decision.** Ways to transform element: - Matrix ```js attr('transform', [1, 0, 0, 1, 0, 0]); ``` - Attributes ```js attr({ transform: 'attributes', translate: [10, 10], transformOrder: 'translate rotate'...

https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D#Prefixed_APIs

Wow, there are css filters! https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter (can be emulated with svg by the way)

https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas https://hacks.mozilla.org/2016/01/webgl-off-the-main-thread/ https://html.spec.whatwg.org/multipage/canvas.html#drawing-text-to-the-bitmap https://code.google.com/archive/p/canvas-text/ https://raw.githubusercontent.com/phiggins42/has.js/master/detect/graphics.js#canvas-text https://html.spec.whatwg.org/multipage/canvas.html#path2d-objects https://developer.mozilla.org/en-US/docs/Web/API/Path2D https://fullscreen.spec.whatwg.org/ https://hacks.mozilla.org/2012/01/using-the-fullscreen-api-in-web-browsers/ https://webplatform.github.io/docs/dom/Element/requestFullscreen/ https://webplatform.github.io/docs/tutorials/using_the_full-screen_api/ https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API https://stackoverflow.com/questions/12446790/using-even-odd-fill-on-html-canvas

Если это вообще можно сделать. Всё выглядит достаточно сложным.

```js elem.bounds('tight'); elem.bounds('precise untransformed'); elem.bounds('rough stroke-exclude'); ```

https://github.com/keyten/Graphics2D/blob/Delta/Core/Animation.js#L109 todo: add distance