Skip to content

Commit

Permalink
Add a link to the numba issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pvigier authored Jul 24, 2022
1 parent 6f077f8 commit 5e26837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

I wrote two articles on my blog about this project, the [first one](https://pvigier.github.io/2018/06/13/perlin-noise-numpy.html) is about the generation of 2D noise while the [second one](https://pvigier.github.io/2018/11/02/3d-perlin-noise-numpy.html) is about the generation of 3D noise, feel free to read them!

You can find implementations using [numba](https://numba.pydata.org/) [here](https://github.com/pvigier/perlin-numpy/issues/9).

## Description

A fast and simple perlin noise generator using numpy.
Expand Down

0 comments on commit 5e26837

Please sign in to comment.