Git Product home page Git Product logo

Comments (8)

slongfield avatar slongfield commented on August 17, 2024 1

With the powers of shell scripting, wget, and imagemagick, it's possible to scan through a bunch of iteration counts. Same location as above, with iters=8 through iters=80

anim

from fractal-farlands.

cceckman avatar cceckman commented on August 17, 2024

?x=-6012407809056427065999360&y=-282160833459226415202304&window=2361183241434822606848&scale=4416491511299491340746752&res=256&iters=64

There's an offset between f32/f64 and MaskedFloat<4,50>:

f32:

f32

MaskedFloat<4,50>:

MaskedFloat 4,50

At commit 88b8b47.

Also quite noticeable when zoomed further out- e.g. at ?x=-259401975765637246929670696610116411588608&y=-12762723512725366791757968329754172981248&window=102199979066541012212365759248039149568&scale=191160657115320901970830372445181582508032&res=256&iters=64.

from fractal-farlands.

slongfield avatar slongfield commented on August 17, 2024

?x=38&y=12&window=6&scale=100&res=512&iters=64

MaskedFloat<3,50>
MaskedFloat_3,50_wave_1024

f64
f64_wave_1024

from fractal-farlands.

cceckman avatar cceckman commented on August 17, 2024

I13F3 is pretty unrecognizeable, but I11F5 is believable as Mandelbrot:

image

from fractal-farlands.

slongfield avatar slongfield commented on August 17, 2024

One that you'd linked me a while ago, looks pretty cool with the Fixed MaskedFloat<4,50>:

?x=-17532490417684961820&y=-5924150241180537879&window=17592186044416&scale=19212113318015887488&res=1024&iters=85

f64
starfish_f64

MaskedFloat<4,50>
MaskedFloat_4,50_starfish

MaskedFloat iteration scan 70-120
anim

fish shell:

for x in (seq 70 120);
    wget 'http://172.23.199.99:3000/render/mandelbrot/MaskedFloat%3C4,50%3E?x=-17532490417684961820&y=-5924150241180537879&window=17592186044416&scale=19212113318015887488&res=512&iters='$x -O $x.png
end
[...]
# Convert with ImageMagick
convert -delay 20 -loop 0 *.png anim.gif

from fractal-farlands.

slongfield avatar slongfield commented on August 17, 2024

With the smooth coloring from the recent pull request, MaskedFloat<4,50> at
?x=-50314256&y=62360216&window=864&scale=109350000&res=512&iters=280

Zooming in:

dual_spiral_1
dual_spiral_2
dual_spiral_3
dual_spiral_4
dual_spiral_5
dual_spiral_6

from fractal-farlands.

slongfield avatar slongfield commented on August 17, 2024

?x=-196506&y=-229140&window=24576&scale=354294&res=1024&iters=32

f64
starz_f64

MaskedFloat<3,50>
starz_mf3_50

from fractal-farlands.

slongfield avatar slongfield commented on August 17, 2024

Was playing around zooming into Posits, since I wanted to see if P32 distorted any differently, and something interesting: It does legitimately distort less than f32 when using the same number of bytes:

At: ?x=15533894506455&y=5083731656658&window=67108864&scale=42364430472150&res=512&iters=300

Screenshot 2024-03-16 202310

from fractal-farlands.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.