Skip to content

raRaRa/javascript-noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

javascript-noise

JavaScript Simplex Noise

I ported Ashima webgl-noise to JavaScript. It could be useful if you need to replicate the noise on the CPU for collision checks, and other cool things. I've only ported the 2D, 3D and 4D noise functions. Feel free to port the rest if you're interested. My future vision is to look into the performance benefits of using SIMD with glMatrix and Web Workers for multithreading.

I've only optimized the 2D and 3D noise functions.

Demo

There are 3 demos available, one that shows the output from calling the 2D, 3D and 4D noise functions, and 2D and 3D noise demos that show something more visual.

Demo page

About

JavaScript Simplex Noise - Ashima webgl-noise ported to JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published