mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

3K
active users

#genuary21

0 posts0 participants0 posts today

ScrollMaps

Video: youtu.be/Mg2AfI1LJGI

#Genuary #Livecoding #Worldbuilding #design #Genuary21 #Genuary28 #Genuary30

Blogpost: blog.illestpreacha.com/genuary

The prompt for #Genuary2025 Day 21 is “ #CollisionDetection“, Day 28 is “ #InfiniteScroll “ & Day 30 is “ #AbstractMap

ScrollMaps uses #python , #hydravideosynth & #sonicpi to bring the three prompts together: Heat Maps & Radial Maps in Python, Abstraction & scrolling with Hydra and Collision Detection used for the SonicPi composition.

#Poetry

Maps Scrolling
Paths Unrolling
Abstraction Evading
Infinite Scrolls Shifting
Lifting
To the next point where the shade is in

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

prompt: particle collision system / no randomness or noise
project: genuary27 / genuary21
grid: 75x37
font size: 29x14.5
colors: tokyo-night
font: ToshibaSat_8x16.ttf
char set: ─┌└┐┘┬┴│╘╒═├╛╕╓░╙┤╖╜╥╨┼╞╚╤╧╔╡╦╩╗╝╪╠▐╟║▄▒▀╢╬▌╫╣▓█
tags: #ascii #asciiart #petscii #creativecoding #codeart #generative #particles #generativeart #generativedesign #genuary #genuary2025 #genuary27 #genuary21 #openframeworks #cpp #c++

#genuary21 #genuary2025 #genuary

"Create a collision detection system (no libraries allowed).”

Simulated photons collide with simulated atoms.

It uses ray marching from the camera to find the surfaces (coloured with surface normals), then another march from there to the light location to check for possible collision of the light ray with another obscuring surface (all inside a metal compute kernel).