Jimlarck's personal/portfolio site.

Curly Vortex Browser Game

Curly Vortex Browser Game

This is a work-in progress updated version of my WebAssembly fluid simulation. It includes a new Wave Mode and better mobile support.

For iOS browsers, you might have to rotate your device landscape for the best experience.

Still implementing more features at this time. Bare with me.

Read More →

Fluid Flow Simulation v1

WASM in your browser

This is a simple project meant to practice and learn about WebAssembly. This was written using Rust and converted into WebAssembly.

For the fluid flow simulation, I used a technique described in the paper Curl-Noise for Procedural Fluid Flow by Bridson, Hourihan, and Nordenstam.

Read More →