Skip to content

Commit 135ab84

Browse files
authored
Merge pull request #29 from jackyarndley/development
Development
2 parents 9695eb6 + 2cf4633 commit 135ab84

14 files changed

+349
-222
lines changed

Cargo.lock

Lines changed: 47 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_fractal"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
authors = ["jackyarndley <34801340+jackyarndley@users.noreply.github.com>"]
55
description = "Fast, efficient mandelbrot set renderer."
66
edition = "2018"
@@ -12,8 +12,8 @@ num-complex = "^0.2.4"
1212
rayon = "^1.3.1"
1313
exr = "^0.8.0"
1414
smallvec = "^1.4.2"
15-
clap = "3.0.0-beta.1"
16-
config = "0.9"
15+
clap = "^3.0.0-beta.1"
16+
config = "^0.9"
1717
half = "^1.6.0"
1818

1919
[dependencies.rug]

high.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ image_height = 1080
33
rotate = 0
44
approximation_order = 48
55
glitch_tolerance = 0.001
6-
frames = 1
6+
frames = 20
77
frame_offset = 0
88
zoom_scale = 2.0
99
display_glitches = false
1010
auto_adjust_iterations = true
1111
probe_sampling = 3
1212
remove_centre = true
13-
export = "raw"
13+
export = "exr"
14+
experimental = true
File renamed without changes.

locations/dinosaur_fossils.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
real = "-0.045543734336104922997753573953362987952549530292977965266292112797459589792231033578387324341928465086153893360107821481913555372483770632133971888332631822912236818408840452953040519155137399849701223018058413800044053431990435966350410010573741463215232477964394074861926088627519202745343677408902348562270720292029128964817850028455173141607574274533183047065704723494925373151809520213220844956483079344222961455491879886243117850095752773527957699546532333280900334180870137695293387945654736115037817652760017025891787541126725581692296144140325726214597321992051716234213168202290782457095112299262693161570525878235439678140992693249495205789720166483781939926553209863523646697933871258605601557231633409530001196840016852181985220199064456119926114467233072765203286533936786963498664977772017424409163162542676952457987430028127319173821059507800986265426038376634812657122611979112449744143363632525320910476859216"
2+
imag = "0.9866390088941988645150586209098181638200792146329707957369597572089601961252684358219210571844059356391404918293663658689671936968530305499316926124336179373238260149834067036000594669454332226484603210734117864774839510431532750563672691024507409580272827378950592345898346798717534030494374279536980374355416747263183831235698083443270193212119753814556220380181679807891988554440177150978755290306824054574165130141279753460537187861866358437357076847426167626036007556115559873142337004435392812057544278541991003339585715168359016367741460792587043775226624873309589966713198542867085804755529124924713805777196039651149363319529711545613480663190670878453958246775284572788031962257561770109847356957435156175131706885171380109469977424599946647141330774785077270644518587235659388247437290773748440333712187723778390938636024534081787054809675374022598805727843911265546491872725733956159738812931570074259860927965800499999999999999999959"
3+
zoom = "2.90e501"
4+
iterations = 17632751

locations/evolution_trees.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
real = "-0.74962449737876168207862620426836138684529527812364025754481571424558286479672801698750203976779135608148687747196595174858125388297577788573082753210469806739721377901297451172624762450940529814713048377873612297220313016947039287469999999999999999"
2+
imag = "0.03427010874046016945172951545749474868051534672439111853174854738370595772935930171842999778713222794215453436628998200591914208207632674780780978496784843807690510401829301309069542198413574392425885166367231192087416338497065495509999999999999999"
3+
zoom = "7.58065474756E227"
4+
iterations = 1200000

0 commit comments

Comments
 (0)