noise-algorithms
There are 97 repositories under noise-algorithms topic.
Auburn/FastNoiseLite
Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go
Auburn/FastNoise2
Modular node graph based noise generation library using SIMD, C++17 and templates
dbklim/RNNoise_Wrapper
A simple Python wrapper for audio noise reduction RNNoise. Simplifies work with it, adds new trained models and detailed instructions for training.
Scrawk/Procedural-Noise
Simple examples of noise algorithms in Unity
curly-brace/Godot-3.0-Noise-Shaders
Godot 3.0 Noise Shaders
covexp/cuda-noise
Library of common noise functions for CUDA kernels
Overdrivr/ZNoise
C++ noise algorithms library
Dentrax/TileMapGenerator
Create your own 2D Maps with layer-by-layer system using Noise-Sample and BufferedImage pattern
jshaw/SimplexNoise
Arduino library for Simplex Noise
jagger2048/Dynamics-processor
This is a collection of some dynamics processors, i.g. noise gate, peak limiter, rms limtier, compressor.
amithm3/nPerlinNoise
A robust open source implementation of Perlin Noise Algorithm for N-Dimensions in Python
IamShubhamGupto/FFT-Noise
2D Fractal Noise using Fast Fourier Transforms.
kekkorider/threejs-luminous-pharaon
A ThreeJS demo project where an OBJ file is imported and turned into a mix of colored particles.
plottertools/vnoise
Vectorized, pure-Python Perlin noise library
caseymcc/HastyNoise
C++ SIMD Noise Generator Library
piellardj/rorschach-webgl
WebGL generation of Rorschach patterns using 3D gradient noise.
DeanHnter/Perlin-Noise-Godot
This project aims to create a simple script for generating heightmap images within godot. This is an internal .gd script, so performance could be improved.
MaikWischow/Noise-Source-Estimation
Code basis for the paper "Real-time Noise Source Estimation of a Camera System from an Image and Metadata" (Advanced Intelligent Systems, 2024)
Markyparky56/WasmNoise
WasmNoise, Fast Noise Generation For The Web
michkowalczuk/IsoNoise
ArcGIS Python Toolbox. Noise propagation model implementation (ISO 9613-2)
ItsVerday/clover-noise
🍀 Clover Noise is a new noise algorithm with natural-looking results. 🍀
piellardj/ray-marching-webgl
This project is a simple experiment combining fixed-step ray marching and noise generation in three or four dimensions.
Serafim-End/periodicity-research
The research of accuracy of searching cycles methods in symbolic sequences (time series) with presence of random noises.
ToberoCat/InfiniteWorld
This repo shows how to create a infinite chunk based world. The chunks are being created in a layer like way
janwaldmann/pyplnoise
Arbitrarily long streams of power law noise using NumPy & SciPy.
matanlurey/mirage.dart
Generates noise and patterns algorithmically for use in software, textures, and graphics.
zett42/plasmafractal-gl
Oldschool PlasmaFractal revival with Perlin Noise and WebGL
gokselgoktas/fast-value-noise
A generic 3D & 4D implementation of fast value noise by Inigo Quilez in Unity
Kettukaa/brown-noise
generate brown noise in python
MinaPecheux/UnityTutorials-NoisesProceduralGeneration
The code for a short tutorial on how to use math noises to generate heightmaps procedurally and apply them on terrains in Unity/C# (in text or video format).
oiltanker/FastNoiseCL
FastNoise library redone to use GPU for computation, using OpenCL.
r0nz-29/procedural-terrains
Procedural terrains generated with three.js
WindowsNT/AudioDynamics
Comrpession, Expander, Limiter, Noise gate in one Direct2D component
EinScott/FastNoise_Beef
A beeflang port of the FastNoise Lite library.
happybono/CSRunningMedianSample
C# project to determine the running median by means of a data on the listbox control.
lingtorp/Procedural-Noise
Assortment of noise functions (perlin, simplex, etc) and effects (turbulence, etc)