Skip to content

Eyap53/hlsl-noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

HSLS-Noise

This repo aims to provide optimized hlsl translations of the glsl perlin noises (classic and simplex) implemented in this repo : https://github.com/stegu/webgl-noise/.

I decided to create this repo because the hsls noise projects that I found were either not maintained, not optimized, and/or not stating a license (thus not usable).

Licensing

As stated above, this work is based on the webgl-noise written by Stefan Gustavson and Ahima Arts: https://github.com/stegu/webgl-noise, licensed under the MIT License. You can find more explanation about the algorithms inside their wiki.

These hlsl implementations are licensed under the MIT license.

About

Noise Shaders written with HLSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages