Hacker News new | ask | show | jobs
by airstrike 828 days ago
This is neat, I'll definitely try it out. I do have a related question: what are people using to implement high performance canvases on React these days?
1 comments

The canvas in Obsidian is as the whole app very well made. I wondered what they are using as well. My guess is https://www.xyflow.com/, which is for drawing nodes. More general purpose would be http://fabricjs.com/. Or very low level https://pixijs.com/.
Thank you very much!