MakeSomeNoise v1.0.0 - Initial Release
MakeSomeNoise v1.0.0 - Initial Release
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)
- Download MakeSomeNoise.exe from the Assets section below
- (Optional) Install Visual C++ Redistributable if you get DLL errors
- Double-click to run - no installation needed!
🎯 Quick Start
- Select a noise type from Layer A dropdown
- Adjust parameters (Scale, Octaves, Persistence)
- Enable "Seamless Tiling" and adjust Blend Width
- 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.