WebGL Globe

Chrome Experiments – WebGL Globe. The Globe is a project for geographic data visualization. The project is open source and you are encouraged to use it to display your own world scattered data. Currently there are two samples: world population from 1990, 1995, 2000; and Google Search Visualization Volumes per language.

AMD – Pipeline Kit

The PipelineKit is an open source project originated at AMD to develop a visual and high level programming environment for OpenCL and DirectCompute applications running on GPUs, APUs and multi-core CPUs. A textual pipeline description language describes buffers, kernels, uniforms, invariants, and control graphs with stages that together comprise a computational pipeline. A pipeline generator … Read more

Shadow Explorer – Intel

Shadow Explorer was designed for shadow map technique comparison. Currently it has four techniques implemented:simple shadow maps, percentage closer shadow maps, variance shadow maps and exponential variance shadow maps. Two different scenes and a full set of parameters should keep us busy for a while 🙂

OpenGL 3.3 + GLSL 1.5 Sample

New simple, yet complete, sample of code to draw two triangles using OpenGL 3.3 and GLSL 1.5. As far as I know the sample does not use any deprecated functions. The sample covers Vertex Objects, Vertex Array Objects, Uniform and Attribute variables, shader setting, and definition of the camera and perspective matrices.

Kinect – Aiding Blind to Navigate

  NAVI (Navigational Aids for the Visually Impaired) is project by master’s students Michael Zöllner and Stephan Huber  at the University of  Konstanz, Germany,  aiming at improving indoor navigation for visually impaired by leveraging the Microsoft Kinect camera, a vibrotactile waistbelt and markers from the AR-Toolkit.

Folder Visualization

Using cushion squarified treemaps, your hard drive contents are displayed graphically. The visualization is great to understand how your drive’s space is being used. Everytime I use a tool like this I end up deleting or compressing large files that are no longer used.

Read more