|
7 years ago | |
---|---|---|
src/perlin | 7 years ago | |
test/perlin | 8 years ago | |
.gitignore | 8 years ago | |
COPYING | 8 years ago | |
README | 8 years ago | |
project.clj | 8 years ago |
# perlin
A clojure implementation of Ken Perlin's improved noise algorithm
This is a straight line for line conversion without any optimisations
## Usage
(noise x y z)
## Installation
execute:
lein deps
lein compile-java
before running any of the tests
## License
ImprovedNoise.java is released under whatever Ken Perlin says
Everything else is Copyright (c) 2010 Inderjit Gill
Released under an MIT license. See the file COPYING.