Cool! As someone who uses Processing to prototypes pretty much everything, 
I'll have a look.

One important feature is that it makes super easy to set up an interactive 
loop - your description makes it sound like it doesn't do that (yet).

Of course, the biggest draw to Processing is that it has third party 
libraries for just about anything you could possibly 
<http://processing.org/reference/libraries/> want a library for as an 
artist. It will be a while before Julia is at that point ;)

On Sunday, 6 July 2014 18:09:02 UTC+2, Robert Ennis wrote:
>
> Hey everyone,
>
> The first basic, but usable, version of Processing.jl is up on METADATA.jl 
> as a non-tagged package. To try it out, do a Pkg.clone("Processing"). So 
> far, you can replicate some of the basic 2D drawing functionality of the 
> original Processing environment and script some basic animations by playing 
> with colours. You will find a basic example in the "test" directory of the 
> package. 3D support is on hold until the 2D support is finalised.
>
> There is nothing special about this package. It's just a small, 
> convenience wrapper around the amazing work from the people who have put 
> together the Tk.jl, Cairo.jl (w/ Pango), and Color.jl packages.
>
> Thanks for an awesome community and awesome work to build on! :)
>
> Best,
> Rob
>

Reply via email to