@robably__ Oh cool, built something similar on weekend.
Funnily enough, one day before your post.
With a bit different goal tho - css only
https://t.co/lKihSSGfLv
(inspired by @neuronvisuals work btw)
@_fojcik not to be mean but this could have been built with just css transform (matrix) like nothing. While i mean, cool, still id say that for this one the html in canvas is of an overkill.
@brendonovich Switching from tauri to electron genuinely sounds like a step back. Are you sure the performance bottlenecks were caused directly by tauri? looks great and super smooth. Nice rewrite.
@repalash@tonyblu331 that's actually incredible. wonderful job Palash! Looking forward to trying it out myself! Are you planning to release this when it's time? Magnificent work really!
@tonyblu331@repalash basically fallback to foreignobject trick. it is not the safest fallback since the images that would make the rasterization performance drop to 1fps lol. there are tricks to workaround that but it is still very impressive to see this in the first place. Great job Palash!