Y
Hacker News
new
|
ask
|
show
|
jobs
by
techedlaksh
775 days ago
This seems like an interesting exercise for css. I saw on the repo that you are using Perlin Noise, but I could not find the algo. Mind sharing where you used it and how ?
1 comments
chilling
774 days ago
You can just check noises' svg for the source code:
https://github.com/Megaemce/Bonfire/blob/main/noiseSmall.svg...
<feTurbulence type="turbulance
basically creates Perlin noise.
link
https://github.com/Megaemce/Bonfire/blob/main/noiseSmall.svg...
basically creates Perlin noise.