Skip to content

Header-only, one-dimensional noise with spatial consistency.

License

Notifications You must be signed in to change notification settings

MarkelZ/noise1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noise1D

Description

One-dimensional noise with spatial consistency for C++ and Python 3.

The C++ code is header-only.

This is not perlin/simplex noise. It is similar to a truncated fourier series, but with aperiodicity.

Using Noise1D in your project

C++

Copy noise1d.hpp to your project and do as in example.cpp.

Python 3

Copy noise1d.py to your project and do as in example.py.

Plot of the curve

plot

License

This code is licensed under the terms of the Unlicense.

About

Header-only, one-dimensional noise with spatial consistency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published