Skip to content

Replicate Virginia Folcik’s agent based model of Basic Immune Simulation using WebGPU shaders via Rust cross compilation techniques.

Notifications You must be signed in to change notification settings

SunnyScripts/abm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGPU / Rust based Immune Simulation

This is an attempt to replicate the findings of Virginia Folcik’s paper on Basic Immune Simulation. Significant performance gains were seen early on as agents interacted with each other with dynamic behavior driven by diffusion based signaling pathways, proximity and location. Using WebGPU in this way allowed for portability across all systems supporting compute shaders. An exact 1 to 1 result could not be acheived due to differences in the handling of random number generation without falling back to CPU based methods.

About

Replicate Virginia Folcik’s agent based model of Basic Immune Simulation using WebGPU shaders via Rust cross compilation techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published