Skip to content

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

Notifications You must be signed in to change notification settings

asolove/Sketchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks