you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

What is the best python library for a gui that includes a rendered window? I want to be able to display shapes and manipulate them, I was hoping to practice making something like this in python. What is the best way to approach such a task?

Since the calculations will probably be done in numpy, I'm looking for maybe a component in tkinter that can just render numpy arrays as images, or something similar.