Python Forum

Full Version: space animation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Might be easier to use Pygame?