drawcall / Proton

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

How to use it together with matter.js? #104

Open MLH-AIDS opened 4 months ago

drawcall commented 4 months ago

Oh, I think it should be fine. Please feel free to communicate with me if there are any issues.

MLH-AIDS commented 4 months ago

Oh, I think it should be fine. Please feel free to communicate with me if there are any issues.

"Matter.Render" is based on canvas, but "Proton. CanvasRenderer" overlaps with it(If used simultaneously, only one of them will be displayed). I just want an effect like Canvas Renderer (it looks like it was drawn on the canvas with code, not adding images to the canvas). Perhaps I need to create a set of related renderings using Custom Renderer myself?