Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Dec 29, 2023
1 parent b094871 commit fc0bf54
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions textures/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Procedural textures generators

[![Procedural texture](docs/textures/patternE_perlin_noise2.png)](textures/index.md)

## Moire patterns

1. [Circle moire patterns with palette](circle_moire_with_palette.py)
1. [Circle moire patterns without palette](circle_moire_no_palette.py)
1. [Moire patterns](circle_like_patterns.py)

## Plasma generators

1. [Plasma generator written in Python](plasma.py)
1. [Plasma generator written in Go](plasma.go)
1. [FM synthesis-based generator](fm_synth.py)

## Perlin noise generators

1. [Perlin noise generator written in C (based on original](perlin.c)
1. [Perlin noise generator written in Python](perlin.py)

## Other programs

1. [Voronoi diagram generator](voronoi.go)
1. [Fresnel fractal](fresnel.py)
1. [Fresnel fractal (Matplotlib version)](fresnel_matplotlib.py)

0 comments on commit fc0bf54

Please sign in to comment.