OpenGL + CUDA + DevIL rocks!

来源:互联网 发布:机器人软件下载手机 编辑:程序博客网 时间:2024/05/21 17:07

 

With OpenGL as the graphics API, I utilized CUDA as the performance saviour – Yes, on nVidia video cards, it runs fast like hell. My professor also recommended us another simple but fun tool – DevIL, a cross-platform image handling library which is quite easy to learn and use. You can take screenshots for OpenGL scenes.

In the latest lab of my GPGPU class, I use OpenGL/CUDA/DevIL team to craft a random-faults algorithm on quadrilateral (algorithm implementation offered by my professor), as below:

Random Faults 

Nice… now I know what to use to compose the sample of my master thesis “global illumination”

 

原创粉丝点击