Micro Box

  • kayra
    7th Dec 2024 Member 2 Permalink
    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.

    https://matter-box.vercel.app/
    Edit: Changed domain
    Edited 3 times by kayra. Last: 13th January
  • electroBOOM_
    31st Dec 2024 Member 1 Permalink

    very laggy ,also use a line algorithm so it doesn't skip drawing

    Edited once by electroBOOM_. Last: 31st Dec 2024
  • kayra
    13th January Member 0 Permalink
    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!