https://github.com/jastrz/custom-particle-system
2D particle simulation built in Unity
https://github.com/jastrz/custom-particle-system
gpu particle-system particles shader unity
Last synced: 26 days ago
JSON representation
2D particle simulation built in Unity
- Host: GitHub
- URL: https://github.com/jastrz/custom-particle-system
- Owner: jastrz
- Created: 2025-10-27T12:05:48.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-27T13:34:25.000Z (8 months ago)
- Last Synced: 2025-10-27T15:28:50.934Z (8 months ago)
- Topics: gpu, particle-system, particles, shader, unity
- Language: ShaderLab
- Homepage:
- Size: 819 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom 2D Particle System
Early version of **GPU-accelerated 2D particle simulation** built in **Unity 6** using **Compute Shaders**.
It supports physics-based movement, attractors, dynamic sand-like interactions, and real-time particle manipulation.
## 🎥 Demos
| Preview | Description |
|----------|--------------|
| [](https://youtu.be/b0TTSp7p5z8) | Base simulation and particle dynamics |
| [](https://youtu.be/-7eHKUGghc0) | Attractor interactions |
| [](https://youtu.be/Qq1xMr5-VcU) | Particle blob formation |