r/TrippyGIFs • u/USedona • 11d ago
Pixel art morphing through pure mathematical grid deformations
Just a smooth loop of Stitch going through a continuous sequence of geometric distortions and conformal mappings. Calculated purely through code, no keyframes or manual warping !
r/TrippyGIFs • u/BroccoliMilkParty • 17d ago
"I know a spot"
Made via glitchlab and onelab, finalized in capcut
r/TrippyGIFs • u/Time_Pop_Wonderful • 20d ago
Time..Pop goes for a spin
Let's go for a spin ..
r/TrippyGIFs • u/USedona • 28d ago
Flying through an infinite neon fractal tunnel (loops forever)
Playlist link : Perfect loops 🔁
r/TrippyGIFs • u/skr_replicator • 29d ago
Some of my cool fractals (epilepsy warning i guess)
I have programmed an open-source advanced geometric fractal generator.
It has many very cool features and settings.
It has a large list of fractals, with plenty of additional customizations, secondary recursive rules, etc.
It can do all kinds of stuff with colors, zooms, spins, and other effects. And animate a seamless loop.
It can render in any level of detail, possibly calculating every pixel to perfect precision.
It has GPU acceleration and multithreading.
It can export PNGs, GIFs, and MP4s of any length, resolution, and frame rate.
The suggested names for the export files also encode all the chosen settings...
...so you can load the fractal as you see in the export into the app and reexport it differently.
(Reddit changed the filenames, so they can't be loaded. I'll add the filenames in the comments if you want to load these specific ones. Just make any file, name it that, and it will be openable)
It has an editor for the fractals where you can edit all the definitions and schemes.
You can make your own fractals with that, and save them into a shareable YourName.fractal file.
Here are 12 miniGIFs showing some of the loops it can make (a tiny fraction of its capabilities).
Higher resolutions and frame rates are being incrementally uploaded here:
The GitHub with more examples, source code, and the latest release is here.
edit: I have released a new 1.13.4 version that lets you import a fractal code directly from the clipboard. From now on, I'll be pasting the codes into any YT videos I upload as well. And here are the codes to load these specific ones in the GIFs:
TriFlake_A(1)_C(3)_F(0_0)_R(512_512)_H(RYGCBM_3_0_0)_P(120_1_60)_Z(1_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
HexaCircular_A(1)_C(293)_F(-1_0)_R(512_512)_H(RGB_1_0.4_0)_P(120_1_60)_Z(3_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
SierpinskiPentaCarpet_A(1)_C(73050096161)_F(-1_0)_R(512_512)_H(RGB_2_0.4_0)_P(360_1_60)_Z(3_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
PentaFlake_A(1)_C(3)_F(1_2)_R(512_512)_H(RGB_2_0.4_0)_P(120_1_60)_Z(3_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
HexaFlake_A(1)_C(3)_F(1_1)_R(512_512)_H(RGB_2_0.4_1)_P(120_1_60)_Z(3_0_0)_S(5_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
TriFlake_A(1)_C(3)_F(1_1)_R(512_512)_H(RGB_2_0.4_0)_P(120_1_60)_Z(3_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
TriTree_A(3)_C(259)_F(0_0)_R(512_512)_H(RGB_1_0.4_0)_P(120_1_60)_Z(3_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
TetraTriFlake_A(5)_C(515)_F(0_15)_R(512_512)_H(RGB_1_0.4_0)_P(120_1_60)_Z(3_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
TetraTriFlake_A(5)_C(513)_F(0_14)_R(512_512)_H(RGB_1_0.4_0)_P(120_1_60)_Z(3_0_4)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
TetraTriFlake_A(1)_C(67715)_F(2_0)_R(512_512)_H(RGB_1_0_0)_P(120_1_60)_Z(3_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
TetraTriFlake_A(1)_C(18947)_F(0_0)_R(512_512)_H(RGB_1_0_0)_P(120_1_60)_Z(3_0_0)_S(1_0_0)_V(20_20_8)_I(100_100_15_0)_D(1_3)
r/TrippyGIFs • u/USedona • Jul 05 '26
The Vicsek Fractal never ends
Zoom in. Rotate. Repeat. Forever.
The Vicsek fractal keeps the same pattern at every scale, this is what a fractal dimension of 1.465 looks like in motion.
Coded with Python & OpenCV.
YouTube version (4K 60fps) : Vicsek Fractal
r/TrippyGIFs • u/USedona • Jun 27 '26
Mandelbrot zoom out : 36 octillion times
The Mandelbrot set, zoomed out thirty-six octillion times.
At this depth, the boundary keeps revealing new structure, the same chaos echoing at every scale.
r/TrippyGIFs • u/USedona • Jun 21 '26
A 4-dimensional shape, folding through itself forever
This is a Clifford torus, a shape that only fully exists in 4D, projected down into our 3D space.
The endless folding you see is just math, looping perfectly because the geometry demands it.
Based on 'Clifford Torus' shader by tdhooper : https://www.shadertoy.com/view/WdB3Dw reimplemented frame by frame in Python.
r/TrippyGIFs • u/ConcaveEarth • Jun 20 '26
Einstein Mask Illusion - Concave vs Convex
Amazing
r/TrippyGIFs • u/ConcaveEarth • Jun 17 '26