--
You received this message because you are subscribed to the Google Groups "Processing.js" group.
To post to this group, send email to proces...@googlegroups.com.
To unsubscribe from this group, send email to processingjs...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/processingjs?hl=en.
One point I will make though is that allowing people to write any old
javascript and publish it to the gallery where others will then run
that script presents some security issues. I could manipulate the DOM
and inject my own scripts and so on. You could get round the issue to
some extent by iframing the sketch aswell to stop any scripts from
editing your IDEs source code.
Keep up the good work.
Rob
On Mar 5, 11:44 am, Jayesh Salvi <jayeshsa...@gmail.com> wrote:
> Hi all,
>
> I have been playing with Processing.js for past couple months, trying to
> create sketches for mobile browsers. It's the ultimate platform-agnostic
> solution. While doing that I tried to make this process as easy as possible.
> After a month of hacking around I finally put together a small website to
> accomplish this.
>
> http://p.altcanvas.com- (I am calling it Processing.alt)
Thanks Rob for the tip on security issue. I will look into it.
--
Jayesh