All Projects β†’ jobtalle β†’ CubicNoise

jobtalle / CubicNoise

Licence: Unlicense license
1D & 2D Random noise with bicubic interpolation

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
GLSL
2045 projects

Projects that are alternatives of or similar to CubicNoise

DungeonTemplateLibraryUnity
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 51 (-32.89%)
Mutual labels:  procedural-generation, noise
fractal-noise-js
Fractal noise functions
Stars: ✭ 37 (-51.32%)
Mutual labels:  procedural-generation, noise
Procedural-Generation
An Overview of Procedural Generation Techniques and Applications
Stars: ✭ 23 (-69.74%)
Mutual labels:  procedural-generation, noise
Noise Rs
Procedural noise generation library for Rust.
Stars: ✭ 302 (+297.37%)
Mutual labels:  procedural-generation, noise
Three.terrain
A procedural terrain generation engine for use with the Three.js 3D graphics library for the web.
Stars: ✭ 353 (+364.47%)
Mutual labels:  procedural-generation, noise
Texturegenerator
3D and 2D Texture generation using the compute shaders within the Unity engine.
Stars: ✭ 142 (+86.84%)
Mutual labels:  procedural-generation, noise
Erics Magicavoxel Shaders
Shaders for MagicaVoxel including Terrain Generator, Life Game, Waterflow Emulator, Advanced Flood System etc.
Stars: ✭ 99 (+30.26%)
Mutual labels:  procedural-generation, noise
Fastnoise2
Modular node based noise generation library using SIMD, C++17 and templates
Stars: ✭ 196 (+157.89%)
Mutual labels:  procedural-generation, noise
poisson-disk-sampling
Poisson disk sampling in arbitrary dimensions
Stars: ✭ 147 (+93.42%)
Mutual labels:  procedural-generation
aframe-lsystem-component
L-System/LSystem component for A-Frame to draw 3D turtle graphics. Using Lindenmayer as backend.
Stars: ✭ 33 (-56.58%)
Mutual labels:  procedural-generation
namegen
A library and CLI program for generating random names, written in Go.
Stars: ✭ 24 (-68.42%)
Mutual labels:  procedural-generation
Filament
Interactive Music Visualizer
Stars: ✭ 22 (-71.05%)
Mutual labels:  noise
webgl-noise-examples
examples about noise
Stars: ✭ 72 (-5.26%)
Mutual labels:  noise
voxigen
Voxel handling library for game development, threaded generation/io/meshing with openGL rendering.
Stars: ✭ 47 (-38.16%)
Mutual labels:  procedural-generation
MagicaVoxel File Writer
MagicaVoxel File Writer dependency free cpp class
Stars: ✭ 26 (-65.79%)
Mutual labels:  procedural-generation
RJModules
Various modules for VCV Rack
Stars: ✭ 94 (+23.68%)
Mutual labels:  noise
caves
2D Cave Exploration Game with Procedurally Generated Levels
Stars: ✭ 29 (-61.84%)
Mutual labels:  procedural-generation
Weltenschaft
Open-Source terrain generator πŸ—ΊοΈ
Stars: ✭ 41 (-46.05%)
Mutual labels:  procedural-generation
NoiseView
Android library written in kotlin that add a noise effect to image.
Stars: ✭ 47 (-38.16%)
Mutual labels:  noise
three-noise
Simple gradient noise library for use with Three.js. Now with fBm!
Stars: ✭ 31 (-59.21%)
Mutual labels:  noise

Cubic Noise

Calculate values for 1-Dimensional or 2-Dimensional value noise with cubic / bicubic interpolation. Tiling and scaling are supported. I have written a blog post on cubic noise to demonstrate its uses and advantages.

Examples:

example example example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].