-
Hi, i´m trying to implement a solution with my camera, which works with a live stream solution though the rtsp protocol plus JSMpegPlayer library. The stream is showed on a canvas element, like this:
…
-
Support spine-ts running in a webworker (Construct 3 renders to offline canvas in a web worker to reduce FPS jank from DOM.)
Some example changes needed:
- change Image . img.src to use fetch (f…
-
I am using htmlunit 2.35.0 version to run the html in headless mode. It is working fine with html containing SVG. Now, I am using a custom JavaScript framework called geotoolkit which renders canvas i…
-
Hey!
HtmlCanvas.toBlob prototype is not served to Edge 17... It should be included for all versions of Edge and IE
UserAgent header is following:
```
Mozilla/5.0 (Windows NT 10.0; Win64; x64) …
-
hi@Alon Zakai
when i build skia canvaskit with emsdk in
./emsdk install latest
./emsdk activate latest
or
./emsdk install 1.38.31
./emsdk activate 1.38.31
the error occured
Traceback (most…
-
There was a discussion on `ux3d/glTF-WebGL-PBR` which I would like to bring over to the main repo so that it can be discussed and handled when we have time (or if somebody in the community is willin…
ghost updated
3 years ago
-
**Is your feature request related to a problem?**
Yes, currently most browsers render pixel fonts badly, with blurring and characters being thicker than it is needed. Seems that it only happens on `x…
-
A move to Electron would be beneficial to not only our users but also it would force us to use Semver and pushing real updates.
The amount of Electron support and compatible libraries compared to N…
-
Does lit-element have web components to build a node editor similar to [litegraph.js](https://github.com/jagenjo/litegraph.js)? especially widget nodes? and subgraphs?
![node_graph_example](https…
-
Currently the `Renderer` interface has 4 methods (`Size`, `RenderPath`, `RenderText` and `RenderImage`).
Many renderers don't actually implement the `RenderText`, but fallback to rendering the text…