This is the implementation of our CHI '17 paper, User-Guided Synthesis of Interactive Diagrams. Our tool is a GUI for assembling interactive physics diagrams.
A live version of Eddie lives here (and there's a webpage here); check it out!
EDDIE is a JavaScript/TypeScript project and uses npm
, tsc
, browserify
and rsync
.
To get other dependencies, run npm run-script initialize
.
To build the tool, run npm run-script build
. The output is in target/html/index.html
and you can open this in a web browser.