https://github.com/inkompotato/recursive-triangles
A program that draws a colored Sierpinski triangle using recursion.
https://github.com/inkompotato/recursive-triangles
drawing java recursion triangles
Last synced: about 1 month ago
JSON representation
A program that draws a colored Sierpinski triangle using recursion.
- Host: GitHub
- URL: https://github.com/inkompotato/recursive-triangles
- Owner: inkompotato
- License: gpl-3.0
- Created: 2018-06-20T14:53:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T16:03:08.000Z (about 8 years ago)
- Last Synced: 2025-04-03T06:25:15.673Z (about 1 year ago)
- Topics: drawing, java, recursion, triangles
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recursive-triangles
A program that draws a colored Sierpinski triangle using recursion.
#
Menu options: *random colors* - toggles the use of random colors for each triangle instead of random colors for each stage;
*triangle borders* - toggle the use of a white outline for each triangle.
#
The export will export a new .png file to your current folder. The file will be called saved.png and it will be overridden on a new export.