OSDN Git Service

It's time to bring in the GUI.
authorSimon Forman <sforman@hushmail.com>
Sat, 14 Jul 2018 19:45:52 +0000 (12:45 -0700)
committerSimon Forman <sforman@hushmail.com>
Sat, 14 Jul 2018 19:45:52 +0000 (12:45 -0700)
commit862e0b07a8718ac279ada8536f5640cf4d15a8e9
tree0f18ea397ad8e696d95702597afd6fcdd024c098
parent691d604bf899a4f3e4f550bc334479f8f388553d
It's time to bring in the GUI.

Minimalist (not to say Brutalist) UI based on text windows and mouse
chords.  Experimental.
joy/gui/__init__.py [new file with mode: 0644]
joy/gui/__main__.py [new file with mode: 0644]
joy/gui/main.py [new file with mode: 0755]
joy/gui/mousebindings.py [new file with mode: 0644]
joy/gui/textwidget.py [new file with mode: 0644]
joy/gui/world.py [new file with mode: 0644]
setup.py