Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k3rs3d/procedural-pattern-python-tutorial
Code for my tutorial on how to procedurally generate random patterns in Python.
https://github.com/k3rs3d/procedural-pattern-python-tutorial
Last synced: about 1 month ago
JSON representation
Code for my tutorial on how to procedurally generate random patterns in Python.
- Host: GitHub
- URL: https://github.com/k3rs3d/procedural-pattern-python-tutorial
- Owner: k3rs3d
- License: mit
- Created: 2023-01-04T02:48:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T04:32:06.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T22:08:21.910Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# procedural-pattern-python-tutorial
Code for my tutorial on how to procedurally generate random patterns in Python.Requirements: math, numpy, opencv, random, noise
1. [Part 1 - Setup](https://kersed.net/2022/procedural-pattern-generation-part-1/)
2. [Part 2 - Noise](https://kersed.net/2022/procedural-pattern-generation-part-2/)
3. [Part 3 - Color](https://kersed.net/2022/procedural-pattern-generation-part-3/)