Shadertoy To GLSL Hacker Demos
Shadertoy to
GLSL Hacker demos
Gigabyte G1.Sniper M5 Z87 (Haswell) Motherboard Unboxing
Gigabyte G1.Sniper M5
Unboxing
(WebGL) How to Enable Native OpenGL in your Browser (Windows)
How to Enable Native OpenGL
in your Browser (WebGL)
Building Worlds With Distance Functions in GLSL (Raymarching)
Distance functions
Raymarching (GLSL)
Shadertoy To GLSL Hacker Demos
Shadertoy to
GLSL Hacker demos
Python Primer for the Impatient
Python Primer
for the Impatient

Posts Tagged ‘parallel computing’


OpenCL Particle and Fluid Simulation Demo

2 comments - What do you think?  Posted by JeGX - 2009/02/05 at 11:48

Categories: OpenCL   Tags: , ,




Read more…


SIGGRAPH 2008 Presentations: Programming with CUDA

3 comments - What do you think?  Posted by JeGX - 2008/09/17 at 09:44

Categories: NVIDIA CUDA, Programming   Tags: , , , , , , , ,

NVIDIA has released two SIGGRAPH 2008 presentations about CUDA. The first one talks about image processing and video algorithms with CUDA and shows some CUDA applications such as image filtering (sobel filter with code sample). This presentation talks also about NVCUVID, the video extension for CUDA. NVCUVID is similar to DXVA API, but is platform OS independent.


The second presentation is more general about CUDA programming and shows how to create high performance code to run on the millions of CUDA-capable GPUs already in use.

Links: