-
Notifications
You must be signed in to change notification settings - Fork 0
This sample uses CUDA to simulate and visualize a large set of particles and their physical interaction. Adding "-particles=<N>" to the command line will allow users to set # of particles for simulation. This example implements a uniform grid data structure using either atomic operations or a fast radix sort from the Thrust library
tchedrace/particles-Simulation-with-Cuda-Based-programming-language-
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Sample: particles Minimum spec: SM 2.0 This sample uses CUDA to simulate and visualize a large set of particles and their physical interaction. Adding "-particles=<N>" to the command line will allow users to set # of particles for simulation. This example implements a uniform grid data structure using either atomic operations or a fast radix sort from the Thrust library Key concepts: Graphics Interop Data Parallel Algorithms Physically-Based Simulation Performance Strategies
About
This sample uses CUDA to simulate and visualize a large set of particles and their physical interaction. Adding "-particles=<N>" to the command line will allow users to set # of particles for simulation. This example implements a uniform grid data structure using either atomic operations or a fast radix sort from the Thrust library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published