https://github.com/proredcat/chladni-patterns
Animated Chladni patterns in processing
https://github.com/proredcat/chladni-patterns
Last synced: 3 months ago
JSON representation
Animated Chladni patterns in processing
- Host: GitHub
- URL: https://github.com/proredcat/chladni-patterns
- Owner: ProRedCat
- Created: 2020-06-29T12:34:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T08:50:16.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T06:28:03.121Z (5 months ago)
- Language: Processing
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chladni-Patterns
Animated Chladni patterns in processingBased on closed form solution for an approximation of a chladni pattern by Rian Hunter (https://thelig.ht/chladni/)
Currently only m and n are being changed but a, b, m, and n can be changed giving different patterns
An artistic liberty has been taking with the colouring of the pattern and the pattern will not look exactly like the
graph of the closed form solution as finding the exact x and y point which is 0 is too computationally intensive so
there is an error value that can be changedColour animations with perlin noise done by joshuakeegan3