https://github.com/marceline-tavernier/marching-squares
The coding train cabana #5 : Marching squares
https://github.com/marceline-tavernier/marching-squares
coding-cabana coding-train marceline-tavernier marching-squares processing
Last synced: about 1 year ago
JSON representation
The coding train cabana #5 : Marching squares
- Host: GitHub
- URL: https://github.com/marceline-tavernier/marching-squares
- Owner: marceline-tavernier
- License: unlicense
- Created: 2022-12-08T21:20:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T12:38:54.000Z (over 1 year ago)
- Last Synced: 2025-02-03T13:30:23.314Z (over 1 year ago)
- Topics: coding-cabana, coding-train, marceline-tavernier, marching-squares, processing
- Language: Java
- Homepage:
- Size: 1.48 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marching Squares
The coding train cabana #5 : Marching squares
[Marching squares video](https://user-images.githubusercontent.com/120074055/207396820-dd31cce1-188f-4c09-b982-7eecd5add258.mp4)
## Description
- Visualize the marching squares algorithm with OpenSimplex noise
- You can click to see the marching squares without smoothing
- You can change the noise with 'R'
- You can zoom in and out with the 'Up' and 'Down' arrows
- You can resize the marching squares like it was at the start with 'S'
## Details
| Programming language | Start and end date | Inspired by |
| :---: | :---: | :---: |
| Processing | October 2022 | [This youtube video](https://youtu.be/0ZONMNUKTfU) |
## License
[The Unlicense](LICENSE)