Giter Club home page Giter Club logo

noise-extras's Introduction

Noise Extras

Exponential Simplex

OpenSimplex2S_Exp.java

OpenSimplex2S modified to have an exponential-esque distribution as inspired by http://jcgt.org/published/0004/02/01/. Preview image generated using expBase=64 and expMin=0.1. Left-hand side is a single octave, and right hand side is fBm / summed octaves with lacunarity=(1/persistence)=sqrt(2).

Simplex-Cellular Noise

Simplex-Cellular Noise

SimplexCellularNoise.java

Cellular noise implemented using the lattice of Simplex noise. May or may not look nicer than traditional cellular noise. Cellular noise on a square grid is usually already less obvious than gradient/value noise on a square grid.

Simplex-Cellular Noise

Simplex-Gabor Noise

SimlexGaborNoise.java

Simplex-style noise modified to use a Gabor-like sinusoid kernel with variable direction and magnitude.

Simplex-Gabor Noise

Simplex-Gabor Noise (Isotropic version)

SimlexGaborNoiseIso.java

Simplex-style noise modified to use a Gabor-like sinusoid kernel with variable magnitude and randomized direction.

Simplex-Gabor Noise Isotropic

Simplex-Style Noise with Neighborhood-Figure Kernel

NeighborFigureKernelSimplexStyleNoise.glsl

Experimental simplex-style noise with a kernel that conforms to the lattice neighborhood figure instead of a sphere, to reduce the bubbly appearance, but without introducing discontinuities or accounting for more lattice points. May have a lower degree of differentiability.

Space Tiling Kernel Simplex Style Noise

https://www.shadertoy.com/view/Wl3Gzl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.