https://github.com/jsuereth/visualz
Dorking around w/ various computation/procedural visual generation
https://github.com/jsuereth/visualz
Last synced: about 1 year ago
JSON representation
Dorking around w/ various computation/procedural visual generation
- Host: GitHub
- URL: https://github.com/jsuereth/visualz
- Owner: jsuereth
- Created: 2017-01-14T00:53:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T01:41:40.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T10:41:11.708Z (over 1 year ago)
- Language: Scala
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualz
Just random dorking around of algorithms, trying out visualizations.
So far:
- Perlin noise generator (plasma-like textures, possibly terrain)
- Simplex noise generator (also plasma like)
Upcoming:
- Terrain generation
- Lightning fractals
## Creating animated gif of plasma output:
`convert -delay 10 -loop 0 plasma*.png plasma.gif`