Post #20994
2025-11-28 17:46 UTC
Replies (9)
-
@bleuje@mathstodon.xyz 2025-11-28 17:49
Sometimes to get modulo 1 and handle negative modulo I've been doing something like float p = (p+1234)%1; I thought it was a quick and fun way to do it in the context of creative coding. It turns out that this can be really bad for precision. So for that animation I was using double instead of float to get smooth movement but now I'm back to float with p = ((p%1)+1)%1;
-
@wonka@chaos.social 2025-11-28 21:29
mesmerizing... @bleuje@mathstodon.xyz
-
@Jrg6674767@mastodon.social 2025-11-28 21:39
@bleuje@mathstodon.xyz Die Menschheit, die sich Rechenmodellen widmet?! Der Leute wegen!!!
-
@Pst@mathstodon.xyz 2025-11-29 01:29
@bleuje@mathstodon.xyz really wonderful !!
-
@MedeaVanamonde@beige.party 2025-11-29 04:16
@bleuje@mathstodon.xyz @josh@masto.byrd.ws Hivemind Carrier Wave
-
@stevecooley@mastodon.social 2025-11-29 07:20
@bleuje@mathstodon.xyz wow. that's rad.
-
@thegarbagebird@theblower.au 2025-11-29 09:28
@bleuje@mathstodon.xyz well, that's my night sorted
-
@General_Chucklefuck@mastodon.social 2025-11-29 11:16
@livthecrow@mastodon.social
-
@Richerpacker@mastodon.social 2025-11-29 13:06
@bleuje@mathstodon.xyz How many iterations did you watch before you escaped the hypnosis?