-
Would be nice if there was a (probably broken) demo that utilized a worker for offscreen canvas rendering, sort of as a target to hit. I imagine the APIs will change, but having the demo there could s…
-
### Is your feature request related to a problem (if not, explain why you think this feature should be added)? Please describe.
On lower end systems the Editor can have delay/major lag, especially wh…
-
In https://github.com/flutter/flutter/pull/106621 , I switched the implementation of the default page transition to use a cached implementation. This allowed flutter to hit frame rate targets in our b…
-
The current implementation of `useSignal` uses `useMemo`.
https://github.com/preactjs/signals/blob/325499cf29d65c23a426751965ea241a27281472/packages/react/src/index.ts#L217-L219
[React document]…
-
Current prototype uses a native GLUT frame to render the scene, which is not suitable for a complete integration in a Java desktop application.
# Ideas
## Option 1 : Render offscreen, fetch image …
-
#### Description
Summary:
UIImageViews rendered offscreen or not yet added to a window (or something else, I'm not really sure) aren't properly tinted.
Steps to Reproduce:
Initialize a UIImageVi…
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.10 (c3fe57af0504fe24fc4ba697feb8c204f3c…
-
```
Traceback (most recent call last):
File "/Users/xxx/anaconda3/envs/voca/lib/python3.6/site-packages/pyrender/platforms/pyglet.py", line 32, in init_context
width=1, height=1)
File "/Us…
-
Apparently it's possible to have canvas renderers inside a web worker thread, see https://stackoverflow.com/questions/1864756/web-workers-and-canvas
It would be nice to see if this could be applied…
-
It can be a bit tricky to know which images will be offscreen on initial page load, especially with the highly dynamic nature of the content and the wild variety of screen sizes, not to mention pages …