Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 505 Bytes

File metadata and controls

16 lines (9 loc) · 505 Bytes

My first step in getting acquainted with procedural geometry and parallel programming.

Rendering dynamic mathematical surfaces, up to millions of meshes at reasonable frame rates.

Demo

  • Procedural GPU-based approach using compute shader:
math.mov
  • Procedural CPU-based approach using job system:
demo-fractal.mov

References:

catlikecoding, Jasper Flick.