You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,11 @@ Here in the repository is a folder called `scripts` containing some sample scrip
48
48
`tests.ecs` is a test program containing many of the EasyCoder features
49
49
`fizzbuzz.ecs` is a simple programming challenge often given at job interviews
50
50
51
+
## Graphical programmming
52
+
**_EasyCoder_** is currently being extended to include a graphical programming environment. A single demo script `graphics-demo.ecs` is included in the `scripts` directory. To run it, first install the Python graphics library if it's not already present on your system. On Linux this is done with `sudo apt install python3-tk`. On Windows it's `pip install tk`. Then give the command `easycoder -g scripts/graphics-demo.ecs`.
53
+
54
+
As development progresses this demo program will be extended to include new features.
55
+
51
56
## EasyCoder programming reference
52
57
53
58
The language comprises a general-purpose core package, which can be enhanced by plugins to provide special features on demand.
0 commit comments