Blog
Localized Topological Simplification
This blog post provides more details and examples about the paper [Localized Topological Simplification of Scalar Data]
Nested Tracking Graphs - Minimal Example
A minimal example to draw nested graphs as defined in Nested Tracking Graphs [Lukasczyk et al.]
Particle Advection
This example demonstrates how the GPU can be utilized via WebGL for particle advection. The new particle positions are determined in a compute shader based on their current position and a flow field.
Distance Ray Marching
Distance fields can be used to describe and render procedural scenes via ray marching. This technique enables the direct realization of various optical effects, such as soft shadows and depth-of-field.