runemadsen / Magic-Book-Project

DEPRECATED: We are reviving the Magic Book project as a node package: https://github.com/magicbookproject/magicbook
http://itp.nyu.edu
620 stars 59 forks source link

GUI for Canvas Elements or DatGUI #30

Open shiffman opened 12 years ago

shiffman commented 12 years ago

figure out how to get datgui working with JS sketches (or some other interface)

shiffman commented 12 years ago

add a comment to a processing sketch like

// control: topspeed

parse and generate javascript for slider control

stevenklise commented 11 years ago

DatGUI is not the way to go.

shiffman commented 11 years ago

Agreed re: DATGUI. I think I'll keep this issue open for now as a reminder. . It's low priority as I don't want to worry about this until the book is actually published, but I'd love to develop a custom solution for controlling parameters / interacting with a sketch. Would be great for NOC and future magic book projects.

stevenklise commented 11 years ago

I think that building a Processing.js extension will be the way to go:

https://github.com/processing-js/processing-js/blob/master/extensions/processing-inspector.js

Once the site has launched and the book is published I want to dig in to how processing extensions work.

On Wed, Oct 3, 2012 at 8:56 AM, Daniel Shiffman notifications@github.comwrote:

Agreed re: DATGUI. I think I'll keep this issue open for now. . It's low priority as I don't want to worry about this until the book is actually published, but I'd love to develop a custom solution for controlling parameters / interacting with a sketch. Would be great for NOC and future magic book projects.

— Reply to this email directly or view it on GitHubhttps://github.com/runemadsen/Magic-Book-Project/issues/30#issuecomment-9105067.

http://skli.se/ @stevenklise