Menu

Blog

Jul 31, 2021

Simulating worlds on the GPU

Posted by in category: computing

This post delves into the implementation of my procedural earth simulation, written entirely in GLSL fragment shaders. It simulates the complete history of an earth-like planet in a few minutes, with the simulation updating at 60 frames per second.

Comments are closed.