Posts about gpgpu

mortonzcurve.png
Computing Morton Codes with a WebGPU Compute Shader

Starting out with general purpose computing on the GPU, we are going to write a WebGPU compute shader to compute Morton Codes from an array of 3-D coordinates. This is the first step to detecting collisions between pairs of points.

Read More