Hacker News
- Summing Blue Noise Octaves Like Perlin Noise https://blog.demofox.org/2024/09/02/summing-blue-noise-octaves-like-perlin-noise/ 3 comments
- Show HN: Perlin noise Wang tile generator https://github.com/Gollum999/perlin-wang 2 comments
- Understanding Perlin Noise (2014) https://flafla2.github.io/2014/08/09/perlinnoise.html 18 comments
- 2D Perlin Noise Terrain Generation with chunks! https://youtu.be/SXop9lp1DHE 4 comments unity3d
- Underwater World | Infinite explorable underwater world using marching cubes, 3D multi-octave perlin noise, and 3D boids created using Rust and WGPU https://www.youtube.com/watch?v=heCIgXLkNO0 5 comments rust
- Reinventing Minecraft World Generation by Mojang Developer Henrik Kniberg (Using Perlin Noise) https://youtu.be/ob3VwY4JyzE 2 comments gamedev
- Landscape generation using Perlin Noise in Unreal Engine https://www.youtube.com/watch?t=&v=1FTIiwge7p8 2 comments programming
- Perlin Noise https://eev.ee/blog/2016/05/29/perlin-noise/ 2 comments graphicsprogramming
- A Simple Hash for Perlin Noise https://marcospereira.me/a-simple-hash-for-perlin-noise/ 5 comments gamedev
- Interpolation Noise Algorithm (alternative to Perlin Noise https://www.reddit.com/r/gamedev/comments/jax69k/interpolation_noise_algorithm_alternative_to/ 12 comments gamedev
- N-Dimensional Perlin Noise Generator https://github.com/Nicknakin/PerlinNoiseGeneratorCPP 15 comments cpp
- Perlin Noise - A decentralized P2P networking stack written in Go https://github.com/perlin-network/noise 3 comments golang
- The Fuzzy-Wuzzy World of Perlin Noise http://partlyshaderly.com/2019/02/14/the-fuzzy-wuzzy-world-of-perlin-noise/ 5 comments programming
- A Perlin noise tutorial https://rtouti.github.io/graphics/perlin-noise-algorithm 15 comments gamedev
- Simple 1D Perlin noise (with optional octaves) https://www.reddit.com/r/javascript/comments/93ntvh/simple_1d_perlin_noise_with_optional_octaves/ 7 comments javascript
- Barycentric Perlin Noise https://www.boristhebrave.com/2018/05/12/barycentric-perlin-noise/ 25 comments gamedev
- Made a tiny demo to trace perlin noise https://github.com/anvaka/noisylines 5 comments javascript
- What Does Perlin Noise Sound Like? http://gpfault.net/posts/perlin-sound.txt.html 2 comments programming
- Using Perlin Noise to Generate 2D Terrain and Water http://gpfault.net/posts/perlin-noise.txt.html 3 comments programming
- Using Perlin Noise to Generate 2D Terrain and Water https://www.reddit.com/r/gamedev/comments/5l8jwv/using_perlin_noise_to_generate_2d_terrain_and/ 4 comments gamedev
- Making an island using perlin noise and linear gradient? https://www.reddit.com/r/gamedev/comments/5c9exx/making_an_island_using_perlin_noise_and_linear/ 13 comments gamedev
- Water-Simulation with real-time Reflections / Refractions and Perlin-Noise Terrain Surface https://github.com/mauricegit/water_simulation 22 comments programming
- Building Up Perlin Noise http://eastfarthing.com/blog/2015-04-21-noise/ 5 comments programming
- Perlin Noise Benchmark - Missing OCaml Entry! https://github.com/nsf/pnoise 5 comments ocaml
- Go vs Rust vs D vs Crystal etc. - Perlin Noise Benchmark https://github.com/nsf/pnoise 244 comments programming
- Understanding Perlin Noise - an in-depth look at the algorithm itself as well as implementation details. Also contains fully commented and deobfuscated code. http://mrl.nyu.edu/~perlin/noise/ 33 comments gamedev
- [java] Problems conceptualizing procedural generation with 2D perlin noise http://freespace.virgin.net/hugo.elias/models/m_perlin.htm 10 comments learnprogramming
- Perlin Noise http://freespace.virgin.net/hugo.elias/models/m_perlin.htm 4 comments compsci
- Issue with generating Perlin Noise in Java http://pastebin.com/2JApiqu1 15 comments gamedev
- Need help generating an island using Perlin noise. http://breinygames.blogspot.com/2012/06/generating-terrain-using-perlin-noise.html 46 comments gamedev
- Perlin Noise Question http://webstaff.itn.liu.se/~stegu/TNM022-2005/perlinnoiselinks/perlin-noise-math-faq.html 12 comments learnprogramming
- Progressive rendering, perlin noise, normal maps- a fun little toy that I built http://novorobo.com/projects/progressive_rendering_perlin.html 3 comments javascript
- Perlin noise in C++11 http://solarianprogrammer.com/2012/07/18/perlin-noise-cpp-11/ 16 comments programming
- I made a GUI for creating textures, heightmaps with Perlin noise http://libnoise.sourceforge.net/ 27 comments gamedev
- Perlin Noise on GPU in GPUImage http://indieambitions.com/idevblogaday/perlin-noise-gpu-gpuimage/ 6 comments programming
- Javascript Perlin noise demo. (It's been done before but I enjoyed making it so I just wanted to share.) http://unifac.googlecode.com/hg/ufx/test/noise.html 4 comments javascript
- Generating Tileable Perlin Noise - GameDev.StackExchange http://gamedev.stackexchange.com/q/23625/3435 5 comments programming
- Simplex Noise algorithm, successor to Perlin Noise, in SSE-optimized C https://github.com/feepingcreature/simplexnoise/blob/master/snoise3.c 60 comments programming
- TIL that Tron started an amazing special effect called "Perlin noise". http://www.motherboard.tv/2010/12/20/tron-s-greatest-legacy-perlin-noise 71 comments technology
- A less computationally complex successor to Perlin noise is simplex noise, says Perlin. http://mrl.nyu.edu/~perlin/homepage2006/simplex_noise/index.html 20 comments programming