webgl-noise

GLSL procedural noise functions compatible with WebGL (by stegu)

Webgl-noise Alternatives

Similar projects and alternatives to webgl-noise

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better webgl-noise alternative or higher similarity.

webgl-noise reviews and mentions

Posts with mentions or reviews of webgl-noise. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-13.
  • Curl noise questions
    1 project | /r/GraphicsProgramming | 15 Apr 2023
    You are right, 3 scalar noises and 6 partial derivatives.. But it should work somehow - so maybe yes it's just a matter of pluging the right scaling. I had a quick check at some previous prototypes code of mine, I see that : * For the finite difference I used a spread of no more than 2e-3 between two noise samples in the unit cube domain, [-1, 1] with a noise frequency close to 1.0. * For other (more recent code) I used directly the analytic gradient from the noise function. For instance, you could use this simplex-like implementation https://github.com/stegu/webgl-noise (e.g., noise3Dgrad.glsl). I guess the idea is to ensure a good precision for the gradients, regardless of the method. Beyond this, you could also have a look at one of the first paragraphs of the original curlnoise paper by Bridson - it gives some details about scaling the result to be usable (as a velocity field I guess). Don't know if that helps - but at least it's never a bad idea to check the scaling twice^^
  • looking for faster noise....
    2 projects | /r/godot | 13 Jul 2022
    it leads back to this guy: https://github.com/stegu/webgl-noise

Stats

Basic webgl-noise repo stats
2
447
0.0
about 2 years ago

stegu/webgl-noise is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of webgl-noise is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com