Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angad-k/wasm-particle-system
https://github.com/angad-k/wasm-particle-system
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/angad-k/wasm-particle-system
- Owner: angad-k
- Created: 2022-09-25T23:12:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T16:51:45.000Z (over 2 years ago)
- Last Synced: 2024-11-09T20:53:24.676Z (2 months ago)
- Language: C++
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WASM Particle System :confetti_ball:
### Episode 1 of a number of experiments I have been doing to figure out the ease of coding and benefits of using emscripten to compile C++ to Wasm.
---
:zap: Check out this [hosted demo](https://angad-k.github.io/WASM-particle-system/) to take this for a spin.:zap: A max speed of "1" and a force multiplier of "12" seems to give decent results.
:zap: Seems to give good performance upto 1000 particles but starts lagging a little going ahead from there.