From d2bb5f40fa585a2f0a9c8bc47eb3ce20916c4668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchrisshank=E2=80=9D?= Date: Tue, 29 Oct 2024 21:31:49 -0700 Subject: [PATCH] readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0512c4b..d3e16fb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # Folk Canvas -> Bringing the canvas to HTML +## Explorations + +- What would it look like if the browser had primitives for building spatial canvases? +- How easily can we turn a document into a canvas? +- Can we incrementally change ownership and control of the web from single-origin server to the user? +- How can someone more easily annotate and re-layout web pages they did not make? +- How can we more easily compose and connect web pages and their data? + - How can we compose together live and visual programming notations? +- Can we have lightweight visual and live scripting for web pages? + +## Primitives + +- ``: Manipulate HTML elements in space. +- ``: Draw lines of ink. +- ``: Define connection between HTML elements. +- ``: Control a camera (panning/zoom) and query elements in space