Archive for the ‘Tests’ Category

Test: Task based Flock Simulation

Wednesday, June 9th, 2010
YouTube Preview Image

Features

  • Flock simulation using tasks in order to keep busy all the cpu cores. It uses the Vista Pool Thread API to make a really simple wrap for send multiple tasks to the pool. The video shows how most of cpu cores (hardware threads) are not working under a heavy load of work with only one task in the pool. If the work is spread across multiple tasks, the video shows how all the cpu cores are busy.

Downloads

(more…)

Test: CUDA Volume Raycasting

Wednesday, March 3rd, 2010
YouTube Preview Image

Features

  • CUDA based application showing gpu volume raycasting using single pass Stegmaier et al. technique.

Downloads

(more…)

Test: GPU Volume Raycasting

Tuesday, February 9th, 2010
YouTube Preview Image

Features

  • Opengl based application showing gpu volume raycasting using single pass Stegmaier et al. technique.

Downloads

(more…)

Test: GPU Quadratic Curve Rendering

Thursday, June 4th, 2009
YouTube Preview Image

Features

  • Opengl based application showing quadratic curve rendered on the gpu with GLSL shaders using Charles Loop and Jim Blinn technique.

Downloads:

(more…)

Test: Constrained Delaunay Triangulation

Wednesday, May 27th, 2009
YouTube Preview Image

Features

  • Opengl based application showing constrained delaunay triangulation of a given string by the user, using Triangle library and Freetype library.

Downloads:

(more…)

Test: Delaunay Triangulation

Wednesday, May 20th, 2009
YouTube Preview Image

Features

Downloads:

(more…)