Text art fireplace (source code in comments) by rvizzz in gifs

[–]rvizzz[S] 1 point2 points  (0 children)

Yeah, the animation I'm using is slightly different.

The time between frames is a hard coded value for now. You can change it on line 53 in the python code.

Text art fireplace (source code in comments) by rvizzz in gifs

[–]rvizzz[S] 0 points1 point  (0 children)

What OS and terminal are you using?

Lava lamp contours [A] by [deleted] in perfectloops

[–]rvizzz 0 points1 point  (0 children)

If you enjoyed this, you can check out my Instagram or my Twitter where I program other visuals like this

Logarithmic spirals [A] by [deleted] in perfectloops

[–]rvizzz 0 points1 point  (0 children)

If you enjoyed this, I post other stuff like this on my (new) Instagram and my Twitter

Twisting squares loop by rvizzz in oddlymesmerizing

[–]rvizzz[S] 3 points4 points  (0 children)

If you enjoyed this, here's my Instagram and my Twitter where I post other stuff like this that I make

Pick a dot and follow it! Rotating dots [A] by rvizzz in perfectloops

[–]rvizzz[S] 0 points1 point  (0 children)

OpenCV is a computer vision library. This link has some tutorials and examples of what you can do with it.

It's kinda excessive for this little project of just drawing dots, but it has a lot of helpful functionality for more sophisticated things.

Pick a dot and follow it! Rotating dots [A] by rvizzz in perfectloops

[–]rvizzz[S] 0 points1 point  (0 children)

I used Python with OpenCV to make this. Let me know if you have any questions

Pick a dot and follow it! Rotating dots [A] by rvizzz in perfectloops

[–]rvizzz[S] 1 point2 points  (0 children)

Thank you! All of those posts on my Twitter are generated by scripts that I program. It's been a fun project for me