https://github.com/mpdn/very-noise
Very Noise coherent noise generator
https://github.com/mpdn/very-noise
Last synced: about 1 year ago
JSON representation
Very Noise coherent noise generator
- Host: GitHub
- URL: https://github.com/mpdn/very-noise
- Owner: mpdn
- License: gpl-3.0
- Created: 2013-02-28T21:44:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-01T12:59:20.000Z (over 13 years ago)
- Last Synced: 2025-02-07T03:41:41.506Z (over 1 year ago)
- Language: C
- Size: 242 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Very Noise
==========
Very Noise (or VNoise) is a simple coherent noise generator that uses the command line. It outputs either 8 or 16 bit grayscale PNG images.
The idea of this project is not to create a fully-fledged procedural texture generator, but to create a basic noise generator that can be used in conjunction with command line image editing tools such as ImageMagick to create more advanced textures.
Use the binary with the --help argument to learn more.
Examples
--------
All examples are built with the same random seed in order to better show the effects of the different parameters.



License
-------
This project (except for simplexnoise1234.h and simplexnoise1234.c, which are in public domain) is licensed under GPLv3. See COPYING for more information.
Note that there is no license imposed on the files generated by this program.
Authors
-------
[Mike Pedersen](https://github.com/Noctune)
simplexnoise1234.c and simplexnoise1234.h by Stefan Gustavson (at stegu@itn.liu.se).