Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 865 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 865 Bytes

EDDIE: User-Guided Synthesis of Interactive Diagrams

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.

Demo

A live version of Eddie lives here (and there's a webpage here); check it out!

Dependencies

EDDIE is a JavaScript/TypeScript project and uses npm, tsc, browserify and rsync. To get other dependencies, run npm run-script initialize.

Building and Running

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.