Go to file
Orion Reed f6303b7d23 simplify 2024-12-16 00:45:02 -05:00
.vscode use bun (npm should work fine too) 2024-12-02 01:15:50 -05:00
browser-ext tweaks, know what to do for extension now i think maybe possibly 2024-12-13 23:47:41 -05:00
demo graph layout 2024-12-16 00:45:02 -05:00
src simplify 2024-12-16 00:45:02 -05:00
.gitignore add bun lock 2024-12-15 16:34:28 -08:00
.prettierrc fix html formatting 2024-12-02 13:14:55 -08:00
LICENSE Initial commit 2024-08-09 22:21:23 -07:00
README.md readme 2024-12-13 11:44:26 -08:00
bun.lockb use rapier compat 2024-12-15 20:00:06 -08:00
package.json graph layout 2024-12-16 00:45:02 -05:00
tsconfig.json remove global type 2024-12-09 23:12:26 -08:00
vite.config.ts use rapier compat 2024-12-15 20:00:06 -08:00

README.md

Folk Canvas

Explorations

  • How do we make the web feel more alive and soft?
  • How can we more easily connect web pages and their data?
  • How easily can we turn a HTML document into a spatial canvas and visa versa?
  • What would it look like if the browser had primitives for building spatial canvases?
  • How can someone annotate, re-layout, and program web pages they did not make or distribute?
  • How can we compose visual programming interfaces, hypermedia, and LLMs that work on any web page?

Primitives

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

Development

  1. Install Bun
bun i
# then
bun dev