Skip to content

Commit 8211c35

Browse files
committed
[region-editor] Transition to Tcl/Tk for GUI #181
This allows for better control over window events and makes input handling more consistent across platforms. It also allows better customization, for example, the system undo/redo commands are used instead of key binds. There is still much work to do, however this is a good starting point, and has feature parity with the existing editor.
1 parent e4eb41f commit 8211c35

File tree

8 files changed

+1493
-927
lines changed

8 files changed

+1493
-927
lines changed

dist/requirements_windows.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
numpy
55
opencv-python==4.10.0.84
66
opencv-contrib-python==4.10.0.84
7+
pillow
78
platformdirs
89
pyinstaller>=6.0
910
pytest

0 commit comments

Comments
 (0)