drawcall / Proton

Javascript particle animation library
https://drawcall.github.io/Proton/
MIT License
2.41k stars 275 forks source link

How to support Retina? #103

Open six-ddc opened 9 months ago

six-ddc commented 9 months ago

Hi, I see that both particles.js and tsparticles libraries have support for Retina. Does Proton support this as well? thanks.

drawcall commented 9 months ago

oh. I think Retina compatibility is something developers have to do. What is your scenario?

six-ddc commented 9 months ago

Thanks for getting back to me. I'm not too clear on how Canvas works with Retina. But I saw that Proton has this CanvasRenderer thing, which looks like it can fit right in and make things easier for folks to use.