/Sketchpad

A recreation of Ivan Sutherland's Sketchpad, for the web.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Sketchpad

An in-progress re-implementation of Ivan Sutherland's Sketchpad.

How to run

  • Prerequisites: an install of the Bun Javascript runtime (>=1.1.7)

  • Install dependencies:

bun install
  • During development, you might want to run types, tests, and the build:
bun type --watch
bun test --watch
bun bundle --watch
  • Then open web/static/index.html in your browser