diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c4eaee6 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# Lambda Screen + +See the accompanying [blog +post](https://text.marvinborner.de/2024-03-25-02.html) for more +information. + +## Implementation + +- WebGL for drawing the squares +- 1 Webworker for handling paint requests +- 4 Webworkers for reducing top-left, top-right, bottom-left, and + bottom-right terms (using 4 priority queues) +- Currently no higher-order reduction +- No libraries |