dicelab-rhul / vacuumworld

A multi-agent platform built on the top of the pystarworldsturbo library. Part of the Intelligent Agents course taught at Royal Holloway University of London.
https://dicelab-rhul.github.io/vacuumworld/
GNU General Public License v3.0
1 stars 2 forks source link

Rewrite the entire GUI using something != tkinter #121

Open cloudstrife9999 opened 2 years ago

cloudstrife9999 commented 2 years ago

The VW GUI is currently built on the top of the tkinter library.

This is known to cause incompatibility issues, and graphical bugs with MacOS and Windows (e.g., see issue #4).

It would be better to re-build the GUI using a more modern and more compatible library.

cloudstrife9999 commented 2 years ago

A.K.A. make VacuumWorld fully compatible with MS Windows, and MacOS.

BenedictWilkins commented 2 years ago

I recon pygame is worth a try for this... its a bit of a shame that VW is getting heavier !