this post was submitted on 24 Mar 2025
197 points (98.5% liked)

KDE

6272 readers
148 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 week ago (1 children)

I got inspired and made a similar effect is desmos

f(theta, t) = 0.1 max(cos(theta + t), 0)^2 sin(8 theta)

r = 1 + f(theta, t)
r = 1 - f(theta, t)
where: 0 <= theta <= 2 pi

t = 0
where: 0 <= t < 2 pi

It's not quite right though, the sin(8 theta) part needs to phase shift, but basing it off of t messes up the perfect loop.

At that point I would reach for code, which also lets you save the animation. Using something like p5.js (editor.p5js.org) you can easily draw graphics and save each frame as its own image

[–] [email protected] 7 points 1 week ago

That is awesome.