Your browser does not support the canvas tag.

deformation

Plane Deformation Demo Effect 2D plane deformations using lookup tables was a great way to get smooth animations of complex calculations running on slower processors. These effects were very common in the 90s demoscene. The idea was to take a texture and deform it using a pre-calculated math reference table. Different formulas gave different effects such as fake 3d tunnels, wormholes and landscapes. Press 1-9 to see different effects Based on formulas by Inigo Quilez: http://iquilezles.org/www/articles/deform/deform.htm

Source code: deformation

Built with Processing and Processing.js