-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Facts
- The work in Turtle forward movements default to tracking angle changes. #79 / Canvas Y increases towards the top of the screen #80 is decoupling the
Windowclass from its directtkinter.Canvasdependency -- keeping atkinter.Canvas-like interface, but decoupled. - The
Windowclass is still directly coupled withtk.Tkandtk.TopLevelfor OS level window creation.
Idea
- Decoupling the second point, might facilitate future implementations of non-Tk GUI backends, like Qt, and more (web browser? maybe problematic because current GUI API is synchronous)