bullet3/Extras/CUDA
2008-10-29 00:43:27 +00:00
..
btCudaBroadphase.cpp more CUDA work 2008-10-28 23:25:59 +00:00
btCudaBroadphase.h more CUDA work 2008-10-28 23:25:59 +00:00
btCudaBroadphase.sln Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
btCudaBroadphase.vcproj more CUDA work 2008-10-28 23:25:59 +00:00
cutil_gl_error.h Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
cutil_math.h Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
param.cpp Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
param.h Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
paramgl.cpp Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
paramgl.h Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
particles_kernel.cu Particle index comparison bug fixed 2008-10-29 00:43:27 +00:00
particles_kernel.cuh more CUDA work 2008-10-28 23:25:59 +00:00
particles.cpp more CUDA work 2008-10-28 23:25:59 +00:00
particleSystem.cpp more CUDA work 2008-10-28 23:25:59 +00:00
particleSystem.cu Particle index comparison bug fixed 2008-10-29 00:43:27 +00:00
particleSystem.cuh more CUDA work 2008-10-28 23:25:59 +00:00
particleSystem.h more CUDA work 2008-10-28 23:25:59 +00:00
radixsort_kernel.cu Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
radixsort.cu Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
radixsort.cuh Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
README.txt Added CUDA link + usage info for btCudaBroadphase demo. 2008-09-04 23:28:49 +00:00
render_particles.cpp more CUDA work 2008-10-28 23:25:59 +00:00
render_particles.h more CUDA work 2008-10-28 23:25:59 +00:00
shaders.cpp Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00
shaders.h Added btCudaBroadphase, some early research & development work to accelerate Bullet using CUDA 2008-09-04 23:24:11 +00:00

btCudaBroadphase is some R&D work, a first attempt to use CUDA in Bullet.
It uses the NVidia CUDA particle demo grid broadphase as Bullet broadphase.

Press 's' to toggle between the original CUDA particle demo and using Bullet+btCudaBroadphase.
Press '1', '2','3','4' for different start configurations.
Right click for options menu.

See some related discussion here:
http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=500&start=105


Get NVidia CUDA from here:
http://www.nvidia.com/object/cuda_get.html