This isn’t an advertisement, I just want to share my work.
I created a particle simulation similar to ThePowderToy using pure JavaScript. I’d appreciate any feedback or ideas for new features. You can find the controls in the README.md file in the repository: github.com/kayyraa/MatterBox.
Hey @electroBOOM_(View Post), I totally get that it's laggy. It's because I’m using pure JS and interacting with the DOM a lot, which tends to slow things down. But I’m not quite sure I follow what you mean by the line algorithm could you explain it a bit more? I’d love to understand!