Wednesday, June 9th, 2010
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…)
Posted in Codepixel, Tests | No Comments »
Wednesday, March 3rd, 2010
Features
- CUDA based application showing gpu volume raycasting using single pass Stegmaier et al. technique.
Downloads
(more…)
Posted in Codepixel, Tests | 8 Comments »
Tuesday, February 9th, 2010
Features
- Opengl based application showing gpu volume raycasting using single pass Stegmaier et al. technique.
Downloads
(more…)
Posted in Codepixel, Tests | No Comments »
Thursday, June 4th, 2009
Features
- Opengl based application showing quadratic curve rendered on the gpu with GLSL shaders using Charles Loop and Jim Blinn technique.
Downloads:
(more…)
Posted in Codepixel, Tests | 1 Comment »
Wednesday, May 27th, 2009
Features
- Opengl based application showing constrained delaunay triangulation of a given string by the user, using Triangle library and Freetype library.
Downloads:
(more…)
Posted in Codepixel, Tests | No Comments »
Wednesday, May 20th, 2009
Features
Downloads:
(more…)
Posted in Codepixel, Tests | 1 Comment »