Skip to content

UCSD-PL/ed-vis-gen

Repository files navigation

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.