Fog lifting over the Truncated Trihexagonal Tiling Honeycomb
youtu.be/2Kej9D68K90
#codeart #mathart #hyperbolic #honeycomb
Fog lifting over the Truncated Trihexagonal Tiling Honeycomb
youtu.be/2Kej9D68K90
#codeart #mathart #hyperbolic #honeycomb
A Crocheted tray looking like a skunk head with real glasses put in looking like the skunk wearing them
I made a skunk glasses tray for my father's birthday.
#crochet
Disks fall down, Circles fall up. If two objects overlap they recoil from each other. But if a smaller objects gets pressed too far into a circle it can get caught inside.
Pressure increases as more and more circles appear, more so in the full version: youtu.be/VzC3Fp-XY-8
#creativecoding
A Crocheted tray looking like a skunk head with real glasses put in looking like the skunk wearing them
I made a skunk glasses tray for my father's birthday.
#crochet
Gravity and Air Friction doing their thing.
#creativecoding
It's raining rainbow
(x ^ 2x) / y %24
#mathsky
Honeycomb made from decagonal and Hexagonal prisms as well as truncated Icosidodecahedra
FYI
On gif-able social media I'm currently posting one Hyperbolic Archimedean Honeycomb daily.
#pleaseaddgifs #codeart #mathart #hyperbolic #honeycomb
Don't Venture Too Deep Into the Fractal Woods!
(x ^ ( y & ( x / y )))%24
with Shifting Colors
#mathsky
Crocheted Flower ranks in white-yellow-petrol
Time for Spring Decorations!
#crochet
Don't Venture Too Deep Into the Fractal Woods!
(x ^ ( y & ( x / y )))%24
with Shifting Colors
#mathsky
Stairway to hell?
05.03.2026 15:36 — 👍 0 🔁 0 💬 1 📌 0
Fractal Slope
(x & (x + x/y)) % 38
mapped to the rainbow
#mathsky
The Sierpinski Dance
(2x * (x | y)) % 44
0 is red
22 is green
all other values are either blank or look noisy, so they would subtract from the appearance.
#Mathsky #mathart
The Sierpinski Dance
(2x * (x | y)) % 44
0 is red
22 is green
all other values are either blank or look noisy, so they would subtract from the appearance.
#Mathsky #mathart
(x/(x&2y))%31 mapped to the rainbow.
/ is integer division
& is bitwise AND
division by zero goes to black
😁
02.03.2026 15:09 — 👍 1 🔁 0 💬 0 📌 0
(x&(x+y))%10
if 0 then yellow
if 4 then blue
#mathsky
Here's a fun Geometry quickie:
A particular polygon has only two distinct interior angle measures: 165° and 166°. How many sides does it have?
#iTeachMath
Nice!
02.03.2026 07:07 — 👍 1 🔁 0 💬 0 📌 0
New Month, new Theme: Bitwise
Here we look at the function f(x,y)=(x-(x|y))%23.
(| is bitwise or)
Red is 0
Cyan is 12
#mathsky
Let's go bonkers to end this month!
Full faster Version: youtu.be/J4n4OOt1R0E
#fractalfriday
1d Automaton
When there was time travel, we see two routes of change within the stripe.
28.02.2026 07:03 — 👍 1 🔁 0 💬 0 📌 0A colorful stripe evolving rightward.
My High-resolution Render for Patrons of Level Square and up is a Time Traveling Busy Beaver Automaton!
28.02.2026 07:03 — 👍 0 🔁 0 💬 1 📌 0Paracompact Hyperbolic Honeycomb from within a Horosphere
Hyperbolic 3-6-3-3-6 Tiling
Paracompact Hyperbolic Honeycomb
Where my Hyperbolic Journey was at last March...
#Hyperbolic #codeart
Okay, this is how far I got with my interactive Time-Traveling Billiard Simulation!
A longer exploration: youtu.be/9CA4BehCw4E
github.com/NonEuclidean...
I put my code up!
#github #codeart #mathart #hyperbolic
Increasing depth in paracompact Hyperbolic Fractal
26.02.2025 06:17 — 👍 14 🔁 1 💬 0 📌 0If life gives you a cue, play Time Traveling Billiard!
26.02.2026 14:38 — 👍 2 🔁 0 💬 0 📌 0Bigger chances for unsolvable paradoxes I'd say! 😆
25.02.2026 12:59 — 👍 1 🔁 0 💬 0 📌 0
Interactive Time-Traveling Billiard Game
I think the basics are working... Maybe make the aiming look better...