Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/james-leste/webgpu_particlessimulation

Particles Simulation Based on WebGPU
https://github.com/james-leste/webgpu_particlessimulation

simulation typescript webgpu-api webgpu-particles

Last synced: 11 days ago
JSON representation

Particles Simulation Based on WebGPU

Awesome Lists containing this project

README

        

# ParticlesSimulation Based on WebGPU

**POC**
The demo application is a prototype of particle simulation. Using the compute pipeline and rendering pipeline to simulate movement of particle. We implement interfaces that can change different movement rules of millions particles if proper mathematical models are applied. As you can see the application of webGPU can significantly increase the performance(frame rate) of process of calculation.

**Run Project**
Run locally:
Make Sure you have node.js installed on your local machine
```
$ npm start
```

Build production build:

```
$ npm build
```

**Demo**
demo video

> This is the Project for JUNCTION2023 & beyond...