Hi,
I just committed a little sunday afternoon project. I think I figured out out a good way to wrap processing-js. I've got a little demo working of circle that expands and contracts and follows the mouse around. If you've ever looked at the processing-js page you'll know the demo I'm talking about.
Lots more functions to wrap, and I've got more work to do on a better way to expose some of the things that processing exposes as global variables, but I think this is going to work very nicely! If anyone is interested in helping out let me know!
If you want to take a look, clone the repository and then open up the proctest.html file under doc/static
Brad
Brad Miller, Ph.D.
http://reputablejournal.com
--
---
You received this message because you are subscribed to the Google Groups "Skulpt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skulpt+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
BradThank you very much for providing this processing-js addon. I would like to help and add the missing functions so that I can use height, width, bezier and the like. I have a couple of questions:
2. Is this kind of wrapping necessary for using processing js libraries, such as toxiclibs.js?
If you point me in the right direction I wouldnt mind doing the labor, I may be deterred though if this is necessary every time I need to use another javascript library alongside processing js.