OGRECave / ogre-gpgpu

GPGPU compute with Ogre using CUDA or OpenCL

Home Page:http://www.visual-experiments.com/demos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Purpose GPU Computing with Ogre

The purpose of this libray is to abstract DirectX & OpenGL interop with Cuda and OpenCL. It means that you can use Ogre::Texture and Ogre::HardwareVertexBuffer without having to bother which Ogre::RenderSystem is active (DX9, DX10 or GL).

Demo video

There are "Property Sheets" (.vsprops) in almost all project. So you need to adapt theirs "User Macros" path to your needs.

Before running any project you need to launch "prepare bin folder" (needs OGRE_HOME to be defined in the Ogre.vsprops) It will copy dll from ogre folder to the corresponding binary folder.

About

GPGPU compute with Ogre using CUDA or OpenCL

http://www.visual-experiments.com/demos/


Languages

Language:C++ 83.7%Language:Cuda 4.8%Language:GLSL 3.8%Language:HLSL 3.8%Language:JavaScript 2.6%Language:C 1.2%Language:CMake 0.1%