Noise: not usually a compliment, unless you’re building textures, terrains, or shader masks. Bubblebird Studio’s free online noise generator skips the bloat and browser-mines pure, seamless procedural noise for VFX, games, and CGI professionals.
This no-install web app, coded by Fabien Weibel, lets you generate 2D or 3D noise using three time-tested algorithms: SplitMix32 random, Perlin, and Voronoi (Worley). Output is seamless—critical for game maps, displacement, or tiled textures—and can be exported as PNG. The interface is direct and unambiguous, which should please artists allergic to marketing fog.

What’s on the Menu? Perlin, Voronoi, and Random—Served Seamless
Pick your poison: SplitMix32 random noise, classic Perlin for smooth gradients, or Voronoi for organic cellular patterns. Each is implemented with options to set tiling for seamlessness. All major output channels (R, G, B, A) can be assigned independently—mix Voronoi into green, Perlin in blue, all in one PNG. Need 3D? Enable “3D” and scrub through slices.
The generator’s export options cover not just diffuse PNGs, but also normal maps. This is especially helpful for quick-and-dirty material prototyping. Export settings persist in your browser and can be shared via JSON presets, streamlining pipeline integration.
Production-Ready? MIT Licensed and Actively Updated
The tool is MIT licensed, meaning you can use it in commercial work. The GitHub repo confirms regular updates and community feature requests: normal maps, channel packing, and presets are all recent additions. The code is pure JavaScript/HTML—no dependencies or tracking scripts.
Browser localStorage saves your noise settings, so tweaks persist between sessions. The UI is basic, but every feature is strictly production-relevant—no onboarding tours, no locked features, no “pro” tier. All noise, no noise.
Tested by Developers, Not Just Marketers
Reddit feedback from developers confirms the tool’s practical value: quick prototyping, asset generation, and “I need seamless noise, yesterday” emergencies. Author Fabien Weibel responds directly to user bug reports and adds features—like normal maps—by request. The developer notes that if you like the tool, you can support his multiplayer sabotage racing title, Turbosquad. The noise generator is donationware, but entirely free to use.

Reminder: Always Test in Your Own Pipeline
Despite robust export options and developer feedback, production environments are full of surprises. Test generated maps for seamlessness, color space compatibility, and artefacts before shipping to a live project. The MIT license removes legal headaches, but integration quirks are your own problem.
NoiseGenerator on GitHub
Bubblebird Studio Noise Generator
Reddit: IndieDev thread