Python Forum
space animation - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: space animation (/thread-29472.html)



space animation - space_cat - Sep-04-2020

i'm trying to make a logo, with a background which is black, and stars moving across it (parralel to the x axis, in different constant y values). i thought to make the background with tkinter, and the stars with matplotlib functions. will it be possible using those libraries? can i use them both?


RE: space animation - MIPython - Sep-04-2020

Might be easier to use Pygame?