Skip to content

Instantly share code, notes, and snippets.

@spceaza
Last active June 20, 2019 14:50
Show Gist options
  • Save spceaza/54549c7262d8deb2f80a1d4fb203fe12 to your computer and use it in GitHub Desktop.
Save spceaza/54549c7262d8deb2f80a1d4fb203fe12 to your computer and use it in GitHub Desktop.
Fractals
{
"transformation": [
[
[ 0, 0 ],
[ 0, 0.16 ]
],
[
[ 0.85, 0.04 ],
[ -0.04, 0.85 ]
],
[
[ 0.2, -0.26 ],
[ 0.23, 0.22 ]
],
[
[ -0.15, 0.28 ],
[ 0.26, 0.24 ]
]
],
"translation": [
[ 0, 0 ],
[ 0, 1.6 ],
[ 0, 1.6 ],
[ 0, 0.44 ]
],
"probability": [ 1, 85, 7, 7 ],
"iterations": [ 10000000 ],
"pixels": [ 720000 ]
}
{
"transformation": [
[
[ 0.14, 0.01 ],
[ 0, 0.51 ]
],
[
[ 0.43, 0.52 ],
[ -0.45, 0.5 ]
],
[
[ 0.45, -0.49 ],
[ 0.47, 0.47 ]
],
[
[ 0.49, 0 ],
[ 0, 0.51 ]
]
],
"translation": [
[ -0.08, -1.31 ],
[ 1.49, -0.75 ],
[ -1.62, -0.74 ],
[ 0.02, 1.62 ]
],
"probability": [ 10, 35, 35, 20 ],
"iterations": [ 10000000 ],
"pixels": [ 1440000 ]
}
{
"transformation": [
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
],
[
[ 0.038, -0.346 ],
[ 0.346, 0.038 ]
],
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
],
[
[ -0.234, 0.258 ],
[ -0.258, -0.234 ]
],
[
[ 0.173, 0.302 ],
[ -0.302, 0.173 ]
],
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
]
],
"translation": [
[ 0, 0 ],
[ 0.341, 0.071 ],
[ 0.379, 0.418 ],
[ 0.72, 0.489 ],
[ 0.486, 0.231 ],
[ 0.659, -0.071 ]
],
"probability": [ 16, 16, 17, 17, 17, 17 ],
"iterations": [ 10000000 ],
"pixels": [ 40000000 ]
}
{
"transformation": [
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
],
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
],
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
],
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
],
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
],
[
[ 0.341, -0.071 ],
[ 0.071, 0.341 ]
]
],
"translation": [
[ 0, 0 ],
[ 0.649, 0.136 ],
[ 0.071, 0.659 ],
[ -0.604, 0.271 ],
[ -0.445, -0.491 ],
[ 0.330, -0.575 ]
],
"probability": [ 16, 16, 17, 17, 17, 17 ],
"iterations": [ 10000000 ],
"pixels": [ 40000000 ]
}
{
"transformation":
[
[
[0.7866,0.0828],
[-0.3016,-0.5284]
],
[
[0.7355,-0.5126],
[0.3957,0.4565]],
[
[0.3829,0.8489],
[-0.4681,0.1606]
]
],
"translation":
[
[8.6354,0.2483],
[-5.9111,-0.4294],
[4.8778,-0.5428]
],
"probability": [16,67,17],
"iterations": [10000000],
"pixels": [4000000]
}
{
"transformation": [
[
[ 0.5, 0 ],
[ 0, 0.5 ]
],
[
[ 0.5, 0 ],
[ 0, 0.5 ]
],
[
[ 0.5, 0 ],
[ 0, 0.5 ]
]
],
"translation": [
[ 0, 0 ],
[ 0.5, 0 ],
[ 0.25, 0.433 ]
],
"probability": [ 33, 33, 34 ],
"iterations": [ 10000000 ],
"pixels": [ 360000 ]
}
{
"transformation": [
[
[ 0.5, 0, 0 ],
[ 0, 0.5, 0 ],
[ 0, 0, 0.5 ]
],
[
[ 0.5, 0, 0 ],
[ 0, 0.5, 0 ],
[ 0, 0, 0.5 ]
],
[
[ 0.5, 0, 0 ],
[ 0, 0.5, 0 ],
[ 0, 0, 0.5 ]
],
[
[ 0.5, 0, 0 ],
[ 0, 0.5, 0 ],
[ 0, 0, 0.5 ]
]
],
"translation": [
[ 0, 0, 0 ],
[ 0.5, 0, 0 ],
[ 0, 0.5, 0 ],
[ 0, 0, 0.5 ]
],
"probability": [ 25, 25, 25, 25 ],
"iterations": [ 10000000 ],
"pixels": [ 4000000 ],
"width": [ 866 ],
"height": [ 866 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment