Created
October 12, 2017 14:57
-
-
Save grkvlt/970ccd925c708823cb26d18bd6c6671c to your computer and use it in GitHub Desktop.
Exploring Iterated Function Systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Custom grid spacing. | |
explorer.grid.min = 25 | |
explorer.grid.max = 100 | |
explorer.window.width = 800 | |
explorer.window.height = 800 | |
explorer.debug = false | |
explorer.grid.snap = 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment