Package of graphical interface

Asked

Viewed 257 times

1

I want to start a great project to start learning better Python and some other concepts, I have basic knowledge about the language, I’ve done some scripts, mainly add-ons to the software Blender.

But now I want to create a much more complex application, with graphical interface and everything. The idea was to create an AI evolution simulator where a genetic algorithm selects random "Creatures" in a simulated environment with very simple physics.

The creatures consisted of points in space that apply forces to each other, do not collide at all and are controlled by a small neural network.

The point is that I will need a package of graphical interface, all I found are difficult to install in windows and Tkinter seems to me poorly documented for beginners.

and I would like to be able to compile the app at the end but I would have the problem with the files that the user would have to install on the machine.

I wanted to know about a GUI solution that supports rendering in the interface and that is "portable". with laptop I refer to something like: from pasta_do_lado import package

  • This is one way: https://docs.python.org/3/library/tk.html

  • Pygame maybe? It works on the SDL, I made a gravitational system with this library

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.