diff --git a/Info/GUI_Layout.PNG b/Info/GUI_Layout.PNG new file mode 100644 index 0000000..b6dd596 Binary files /dev/null and b/Info/GUI_Layout.PNG differ diff --git a/README.md b/README.md index 74d7fea..4e75339 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This interpreter implemented the following should-haves: - Custom error messaging in both the Lexing and running steps of the interpreter, for example: detailing which colors at which positions are unknown - Advanced Language Features. All Piet commands are implemented, which includes commands such as modulo, stack rolling, and IO - Instruction-and-show-off video. Although I haven't made a video, I did make a infographic, detailing how the interpreter works. It can be found [here](#interpreter-infographic) -- Visualisation through a TKinter GUI, powered by the Pygubu library: ![tkinter layout](/Info/GUI%20layout.png?raw=true) +- Visualisation through a TKinter GUI, powered by the Pygubu library: ![tkinter layout](/Info/GUI_Layout.png?raw=true) ## Limitations Too large images will cause the stack to overflow. The maximum size of the image is dependent on the contents.