openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
119 stars 35 forks source link

[orx-noise] Bring back GLSL NoiseFilters.kt #277

Closed hamoid closed 1 year ago

hamoid commented 1 year ago

See https://openrndr.discourse.group/t/fastlitenoise-ported-to-glsl/403

I inlined the shaders because loading from a URL wouldn't work well in JS. I didn't do any testing on JS though.

hamoid commented 1 year ago

I also added an offset uniform to the worley noise otherwise one could only change it's zoom but not pan around.