|
|
Simple D3D9 Texture 
Simple program which demonstrates Direct3D9 texture interoperability with CUDA. The program creates a number of D3D9 textures (2D, 3D, and CubeMap) which are written to from CUDA kernels. Direct3D then renders the results on the screen. |
|

or later
Download - Windows x86
Download - Windows x64
|
|
|
Marching Cubes Isosurfaces 
This sample extracts a geometric isosurface from a volume dataset using the marching cubes algorithm. It uses the scan (prefix sum) function from the CUDPP library to perform stream compaction. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
FFT Ocean Simulation 
This sample simulates an Ocean heightfield using CUFFT and renders the result using OpenGL. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Post-Process in OpenGL 
This sample shows how to post-process an image rendered in OpenGL using CUDA. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Recursive Gaussian Filter 
This sample implements a Gaussian blur using Deriche's recursive method. The advantage of this method is that the execution time is independent of the filter width. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Box Filter 
Fast image box filter using CUDA with OpenGL rendering. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Fluids (Direct3D Version) 
An example of fluid simulation using CUDA and CUFFT, with Direct3D 9 rendering. |
|

or later
Download - Windows x86
Download - Windows x64
|
|
|
Simple Direct3D 
Simple program which demonstrates interoperability between CUDA and Direct3D9. The program modifies vertex positions with CUDA and uses Direct3D9 to render the geometry. |
|

or later
Download - Windows x86
Download - Windows x64
|
|
|
N-Body Simulation 
This sample demonstrates efficient all-pairs simulation of a gravitational n-body simulation in CUDA. This sample accompanies the GPU Gems 3 chapter "Fast N-Body Simulation with CUDA". |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Mandelbrot 
This sample uses CUDA to compute and display the Mandelbrot set interactively. It also illustrates the use of "double single" arithmetic to improve precision when zooming a long way into the pattern. This sample use double precision hardware if a GTX 200 class GPU is present. Thanks to Mark Granger of NewTek who submitted this sample to the SDK! |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Particles 
This sample uses CUDA to simulate and visualize a large set of particles and their physical interaction. It implements a uniform grid data structure using either a fast radix sort or atomic operations. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Sobel Filter 
This sample implements the Sobel edge detection filter for 8-bit monochrome images. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Fluids (OpenGL Version) 
An example of fluid simulation using CUDA and CUFFT, with OpenGL rendering. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|
|
Simple OpenGL 
Simple program which demonstrates interoperability between CUDA and OpenGL. The program modifies vertex positions with CUDA and uses OpenGL to render the geometry. |
|

or later
Download - Windows x86
Download - Windows x64
Download - Linux/Mac
|
|