Skip to content

MakeSomeNoise v1.0.0 - Initial Release

Choose a tag to compare

@AMoorer AMoorer released this 23 Oct 01:42
· 16 commits to main since this release

MakeSomeNoise v1.0.0 - Initial Release

image

Procedural noise generator with seamless tiling support.

✨ Features

  • 7 Noise Types: Perlin, Simplex, FBM, Turbulence, Ridged Multifractal, Domain Warp, 3D Slice
  • Seamless Tiling: Industry-standard offset-based blending for perfect texture tiling
  • Dual Layer Mixing: Blend two noise types with multiple blend modes
  • Real-Time Preview: Live 256×256 preview with adjustable parameters
  • Animation Support: Generate animated texture atlases
  • Batch Export: Export at any resolution (up to 4096×4096)
  • 3D Offset Controls: Navigate through noise space
  • Preview Seams: Visual verification tool

📥 Installation

Requirements: Windows 10/11 (64-bit)

  1. Download MakeSomeNoise.exe from the Assets section below
  2. (Optional) Install Visual C++ Redistributable if you get DLL errors
  3. Double-click to run - no installation needed!

🎯 Quick Start

  1. Select a noise type from Layer A dropdown
  2. Adjust parameters (Scale, Octaves, Persistence)
  3. Enable "Seamless Tiling" and adjust Blend Width
  4. Click "Export Noise" to save

🐛 Known Issues

  • First run may take 10-30 seconds due to Windows Defender scanning
  • Add to Windows Defender exclusions for faster subsequent runs

📖 Full Documentation

See README.md for complete usage guide.

🙏 Credits

Built with Windsurf, PySide6, NumPy, noise, opensimplex, perlin-noise, and Pillow.