Hacker News new | ask | show | jobs
by tapirl 2748 days ago
What's the performance difference from a pure JavaScript version?

Recently, I made a particle game which originally planned to be implemented with WASM. However, I decided to implement it with pure JS firstly. The result is some surprising that the JS version runs so smoothly that I think a WASM version is not essential any more.

1 comments

I'm interested in this too. The dev would probably have a good answer since they previously made a pure JS sand game too: https://github.com/MaxBittker/dust