Script Raccoon @scriptraccoon.dev ยท Sep 27

I just made a 3-dimensional tiled torus with #CSS only. ๐Ÿ˜€ Another showcase of how powerful CSS has become. Codepen Link: codepen.io/scriptraccoo... Did Amit ( @amitsheen.bsky.social ) already do something like this? Probably! This torus is part of a browser game I am working on.

2 likes 2 replies

?

Replies

Script Raccoon ยท Sep 27

PS: I saw that Ana ( @anatudor.bsky.social ) did a couple of other CSS tori in the past: - codepen.io/thebabydino/... - codepen.io/thebabydino/... - codepen.io/thebabydino/... They didn't use tiles. I think this CSS torus made by "Fitz" is very similar to mine: - codepen.io/MackFitz/pen...

Amit Sheen ยท Sep 27

Great work! And yes, I did. ๐Ÿ˜œ The rotation is nice, but it's old (about 4 years ago), it uses scss, animates the clip-path, and it's very heavy and slow. Not my best code. Maybe I need to redo it with modern CSS... ๐Ÿ”— codepen.io/amit_sheen/p...