captainhead / NoiseyApp

A Perlin Noise texture generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoiseyApp

It's quite like libNoise

NoiseyApp is a procedural texture generation application implemented in Java. Random noise generation is based on Perlin noise and fractal Brownian motion. The overall structure of the source code (i.e. modular design) is heavily inspired by the C++ libnoise library.

Several example routines have been slapped together, such as clouds, marble, electricity, and wood grain textures. Planned features include:

  • Modular GUI, to graphically connect, configure and reorder noise sources.
  • Colour gradient editor, to modify mapping between noise values and texture colour output.
  • Animated noise

This project is meant primarily for experimentation and reaquainting myself with Java. However, the code is free for any to use, and I would greatly appreciate any feedback or contributions from anyone who is interested.

The Legalese

Copyright (c) 2012, Christopher Little All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

A Perlin Noise texture generator.


Languages

Language:Java 100.0%