Denis Radin

Results 29 issues of Denis Radin

Add MovieClip constructor that would have TimeLine and corresponding methods. Large issue have to be started after corresponding investigation. We have to understand all methods of animation - SVG, GIF,...

Scrolling is a bit janky sometimes, could be more smooth. May be interpolation? Should be investigated.

Add motion blur and ripples on click to filters demo

Nested HTML GL layers should be ignored when rendering HTML GL texture

Better heuristics on style changed event. We need to know should we update sprite content or it is enough just to update transformations. Seems we need to listen to dom...

We see that container silently goes down in case the number of files to encode is 100+ how can we debug/fix this?

"postinstall": "ln -nsf ../src/js node_modules/app" fails when install from npm . What is the purpose of this? Can it just be removed?

At the moment attribute always reflect in this.porps as a string. But in order to use React components without changes we need to configure typecasting for attributes. There are few...

Currently there is a big chance that establishing connection with P2P will fail because of network cnfiguration. The issue is to research ways of how stability could be improved. Just...

Multichannel SDF provides better quality for text rendering. Better explained here https://github.com/Jam3/three-bmfont-text/blob/master/docs/sdf.md In order to use MSDF we should modify fragment shader (src/fragment) and have a corresponding demo based on...