Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Using processing.js for a university project - possible?

Received: by 10.224.207.137 with SMTP id fy9mr1219292qab.6.1332287359793;
        Tue, 20 Mar 2012 16:49:19 -0700 (PDT)
X-BeenThere: processingjs@googlegroups.com
Received: by 10.224.126.213 with SMTP id d21ls958269qas.6.gmail; Tue, 20 Mar
 2012 16:49:17 -0700 (PDT)
Received: by 10.224.184.70 with SMTP id cj6mr1224415qab.3.1332287357839;
        Tue, 20 Mar 2012 16:49:17 -0700 (PDT)
Received: by 10.224.180.136 with SMTP id bu8msqab;
        Tue, 20 Mar 2012 16:30:17 -0700 (PDT)
Received: by 10.52.72.230 with SMTP id g6mr1326447vdv.5.1332286217271;
        Tue, 20 Mar 2012 16:30:17 -0700 (PDT)
Received: by 10.52.72.230 with SMTP id g6mr1326446vdv.5.1332286217246;
        Tue, 20 Mar 2012 16:30:17 -0700 (PDT)
Return-Path: <we.farr...@gmail.com>
Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182])
        by gmr-mx.google.com with ESMTPS id cl2si951154vdc.3.2012.03.20.16.30.17
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 20 Mar 2012 16:30:17 -0700 (PDT)
Received-SPF: pass (google.com: domain of we.farr...@gmail.com designates 209.85.220.182 as permitted sender) client-ip=209.85.220.182;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of we.farr...@gmail.com designates 209.85.220.182 as permitted sender) smtp.mail=we.farr...@gmail.com; dkim=pass header...@gmail.com
Received: by vcmm1 with SMTP id m1so781384vcm.13
        for <processingjs@googlegroups.com>; Tue, 20 Mar 2012 16:30:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=24icMpJy0326i3eH7tWY8e4Yj4vxay/ebgvsjcACZeM=;
        b=Xw8YGrOcscphdNr90PkJOIkQ35v/i5OREXCiSIkNnD78jFD4PDoaOFTqRzXcZWu+22
         nxx4wkrfTCMowlRSAMp+uZ7vd6ZI83ZD2mcmmEyNw4Chd0GVmc3YMxiO2ndMxYdYxxqp
         7WEzPCDLA17Hj3Orby7hMoWkfXZ+rZg73Lqaca1x+yQrGWpXBtyMRrpC4mQiNlRczPx0
         HhWcilKCt4oJJDN9WlNgrtjajxYu/T2lK5vvspUxDEr8KNZm325oWZGWSC0PS7tEQNVM
         upA/IH2AehhZwt+q/Cp3QbJNsKWFxH34hmnknlBAtHaF5S0TGD3ATuTsDlKdVzNWgB+x
         4PKg==
MIME-Version: 1.0
Received: by 10.52.71.80 with SMTP id s16mr651408vdu.131.1332286217110; Tue,
 20 Mar 2012 16:30:17 -0700 (PDT)
Received: by 10.52.36.4 with HTTP; Tue, 20 Mar 2012 16:30:17 -0700 (PDT)
In-Reply-To: <bdbf58f8-841c-4591-a3a3-7ae51d950...@do4g2000vbb.googlegroups.com>
References: <bdbf58f8-841c-4591-a3a3-7ae51d950...@do4g2000vbb.googlegroups.com>
Date: Tue, 20 Mar 2012 19:30:17 -0400
Message-ID: <CA+YkvgwS=7qv0WL4xVEps5qQybQ5PX1gjZGR6nmQ8KeY7Ut...@mail.gmail.com>
Subject: Re: Using processing.js for a university project - possible?
From: Will Farrell <we.farr...@gmail.com>
To: processingjs@googlegroups.com
Content-Type: multipart/alternative; boundary=20cf3071d0d6b5c31404bbb50eb3

--20cf3071d0d6b5c31404bbb50eb3
Content-Type: text/plain; charset=ISO-8859-1

How much time do you have to accomplish this and what is your CS background?

On Tue, Mar 20, 2012 at 6:33 PM, Maximilian Csuk
<maximilian.c...@gmail.com>wrote:

> Hello!
>
> I am new to processing and moreso processing.js, so some of you might
> be able to answer this question quickly and save me from a lot of
> unnecessary work. I want to use processing.js for a university course
> I am taking. In this course I need to implement the so called
> "NodeTrix" visualization for social networks. Fortunately, there is a
> Video which shows exactly how this looks like:
> http://www.youtube.com/watch?v=7G3MxyOcHKQ
>
> My question is: is this possible to implement in processing.js? More
> specifically, is the visualization part of the video and the user
> interaction (without the GUI-stuff on the right, probably) possible to
> achieve? Does processing.js offer enough user interface capabilities?
> Can I load external data (tree-structures)? Can I visualize these tree-
> like structures? Would the performance be ok?
>
> I want to ask these questions here first before I put a lot of time
> into developing this, just to realize half-way through that some
> critical features are not possible to implement.
>
> I'd like to use some sort of HTML5/canvas library for this task
> because my main goal is that it runs in a browser. If processing.js is
> not able to do this, could you recommend something else?
>
> Thank you for your time,
> Max
>
> --
> You received this message because you are subscribed to the Google Groups
> "Processing.js" group.
> To post to this group, send email to processingjs@googlegroups.com.
> To unsubscribe from this group, send email to
> processingjs+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/processingjs?hl=en.
>
>

--20cf3071d0d6b5c31404bbb50eb3
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

How much time do you have to accomplish this and what is your CS background=
?<br><br><div class=3D"gmail_quote">On Tue, Mar 20, 2012 at 6:33 PM, Maximi=
lian Csuk <span dir=3D"ltr">&lt;<a href=3D"mailto:maximilian.c...@gmail.com=
">maximilian.c...@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Hello!<br>
<br>
I am new to processing and moreso processing.js, so some of you might<br>
be able to answer this question quickly and save me from a lot of<br>
unnecessary work. I want to use processing.js for a university course<br>
I am taking. In this course I need to implement the so called<br>
&quot;NodeTrix&quot; visualization for social networks. Fortunately, there =
is a<br>
Video which shows exactly how this looks like: <a href=3D"http://www.youtub=
e.com/watch?v=3D7G3MxyOcHKQ" target=3D"_blank">http://www.youtube.com/watch=
?v=3D7G3MxyOcHKQ</a><br>
<br>
My question is: is this possible to implement in processing.js? More<br>
specifically, is the visualization part of the video and the user<br>
interaction (without the GUI-stuff on the right, probably) possible to<br>
achieve? Does processing.js offer enough user interface capabilities?<br>
Can I load external data (tree-structures)? Can I visualize these tree-<br>
like structures? Would the performance be ok?<br>
<br>
I want to ask these questions here first before I put a lot of time<br>
into developing this, just to realize half-way through that some<br>
critical features are not possible to implement.<br>
<br>
I&#39;d like to use some sort of HTML5/canvas library for this task<br>
because my main goal is that it runs in a browser. If processing.js is<br>
not able to do this, could you recommend something else?<br>
<br>
Thank you for your time,<br>
Max<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
--<br>
You received this message because you are subscribed to the Google Groups &=
quot;Processing.js&quot; group.<br>
To post to this group, send email to <a href=3D"mailto:processingjs@googleg=
roups.com">processingjs@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:processingj=
s%2Bunsubscribe@googlegroups.com">processingjs+unsubscribe@googlegroups.com=
</a>.<br>
For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/processingjs?hl=3Den" target=3D"_blank">http://groups.google.com/group=
/processingjs?hl=3Den</a>.<br>
<br>
</font></span></blockquote></div><br>

--20cf3071d0d6b5c31404bbb50eb3--