Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mwshinn committed Nov 1, 2024
1 parent 7932800 commit 893167e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
This library will efficiently generate visual stimulus videos using Perlin noise. The core algorithm is in optimized C.
This library will efficiently generate visual stimulus videos using Perlin noise, including zebra noise. The core algorithm is in optimized C.

[Example zebra noise](http://www.youtube.com/watch?v=-SyjgbNCP4Q)

[![Example zebra noise](http://img.youtube.com/vi/-SyjgbNCP4Q/0.jpg)](http://www.youtube.com/watch?v=-SyjgbNCP4Q "Example zebra noise")

# Installation

## From pypi

Run:

pip install zebranoise

## From source

Make sure you have a C compiler installed. The easiest way to do this is by installing Cython.

Then, install using the standard
Expand Down

0 comments on commit 893167e

Please sign in to comment.