Go to file
“chrisshank” ea6f7934ec maps 2024-11-16 15:45:55 -08:00
.github/workflows add base url to build 2024-10-30 05:27:01 -04:00
demo maps 2024-11-16 15:45:55 -08:00
src maps 2024-11-16 15:45:55 -08:00
.gitignore fix multipage build 2024-11-01 21:21:20 -07:00
.prettierrc semantic zoom demo 2024-11-03 20:00:08 -08:00
LICENSE Initial commit 2024-08-09 22:21:23 -07:00
README.md partial migration to Deno 2024-10-30 05:12:20 -04:00
deno.json maps 2024-11-16 15:45:55 -08:00
deno.lock maps 2024-11-16 15:45:55 -08:00

README.md

Folk Canvas

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?

Development

  1. Install Deno
deno i
# then
deno task dev

All config is in deno.json.

Primitives

  • <fc-geometry>: Manipulate HTML elements in space.
  • <fc-ink>: Draw lines of ink.
  • <fc-arrow>: Define connection between HTML elements.
  • <fc-canvas>: Control a camera (panning/zoom) and query elements in space