This is the source code of a CUDA-enhanced version of OpenSteer.
-
Install CUDA 2.3 drivers, tools and SDK
-
In /Developer/GPU Computing/C run
make i386=1 x86_64=0
-
Make sure to run the Application with the
LD_LIBRARY_PATH
environment variable set to/usr/local/cuda/lib
-
As I don't have any Windows or Linux computers I wasn't able to update the project files for these two platforms. So far, only the Xcode project files for Mac OS X are working!
-
This project is part of my bachelor's thesis which can be found here.
-
The nvcc compiler is expected to live in /usr/local/cuda/bin
-
All *.cu files are automatically compiled using nvcc (defined by build rule).