Hacker News new | ask | show | jobs
by mvladic 1372 days ago
> Browser hype is all good, but you have a memory limitation. And nothing beats a native app responsiveness.

I learned from the other HN comment that Figma is faster then Adobe XD (probably written in C++ as other Adobe software). Actually, Figma is also written in C++ then compiled with Emscripten to WASM, so it can run in the browser. Also, they skip DOM/SVG/Canvas 2D and use WebGL for fast rendering.