This website is setup as my online suitcase: in this way it can carry itself around the world. You are free to comment on this page and let me know what you think about it. I will reply to your considerations.


The waves of the website

Processing code:

size(72,84);
background(#EEEEEE);
stroke(#CCCCCC);
smooth(); noFill();

for(int i=-8; i<88; i=i+4){
beginShape();
for(int j=-8; j<88; j=j+4){
strokeWeight(abs(i/120.0));
curveVertex(j+i%3,i+j%3);
}
endShape();
}

Hey, I thought, why shouldn’t also the graphic of this website come from a script? So, this is it: you can adjust or change the processing code to your needs and make your own waves. All it takes is a working version of processing.


About the engine

This website is a happily using WordPress as CMS, is inspired by this theme and uses software by YAPB, ilFilosofo, and others. On the server, it runs (thanks linux) with PHP5 and a mySql database. If you want to know more, you can also try WordPress.


Copyright

The logos, the names and the explanatory texts about me on this website are copyright © Giulio Piacentino, 2006-2009. All rights reserved.
Creative Commons LicenseOn the other hand, codes, links, and picture of anything else you find on this website are provided to you as they are as long as you attribute them to their creator. These contents, where not otherwise specified, are released under the Creative Commons Attribution-Noncommercial 3.0 Netherlands License.


20 Responses to “Website”

  • Ryoko Says:

    Hey Giu!
    Congratulations for your website.
    Don’t change it, just improve, add on and GROW!

    I am very happy to be your contemporaries!

  • oladayo Says:

    good guilio, this is nice, good begining dude

  • maarten Says:

    Don’t know if doing the compliments for your work in english, of in het nederlands, oppure in italiano. would like to know if you’re interested in giving a workshop in turin. thnks !

  • giulio Says:

    I got in contact with you by mail.

  • giuseppe fanara Says:

    Complimenti hai montato un giro interessante. Io sono formatore di Rhino di livello 2, sono arqchitetto e vivo a Barcellona. Pero il Grassopher ancora nn l’ho affrontato. Sembra che tocca mettersi…un saluto Giuseppe Fanara

  • STU Says:

    great site, great tutorials. big ups from Los Angeles.

  • Jacques HABABOU Says:

    Hi Giulio,

    i have spent all my day to discover the Grasshopper site and i finish in discovering your’s. Congratulations. It was very interesting and a surprise for me. Good Bye and see you soon !
    Jacques

  • Ivan Vuzem Says:

    Hey Giulio, very nice site! Just wanted to drop a line, since we haven’t heard since my Sept Rhino training.
    Hope you’re doing well.

  • Mabel Miranda Says:

    Dear Giulio
    Congratulations for your works.. !!! I am impressed!!!!

    I heard about your work from a student of you from SETEC engineering. He told me you are an excellent teacher of rhinoscript and grasshopper. Guess what, i am looking for that kind of education…

    So, if I am interested in, what should i do?

  • Giulio Piacentino Says:

    Hi, thanks. I sent you a PM. – Giulio

  • Michael Says:

    Hi Giulio,

    Absolutely loving your grasshopper animation tool!! But one question…

    How did you assign which planet had which material? How would this be done for a large number of geometry?

    Thanks Michael

  • Giulio Piacentino Says:

    Hi Micheal,
    thanks. It’s just list management in Grasshopper. First element to first color, second to second, and so forth. Hope this helps!
    Giulio

  • sinan mansuroglu Says:

    Hello,
    I knew you via Scott Leinweber. I’m an architecture student in Paris and I’m looking forward to control GH via a midi controller.
    Could you help me?
    Regards!

  • Giulio Piacentino Says:

    Hi Sinan,
    I do not have enough knowledge on this field nor have a midi controller to test with, so it will be difficult…
    You could try with Andy Payne’s FireFly, have a look here.
    - Giulio

  • Raj Says:

    Hi,

    I am new to Rhino and grasshopper,. I have been learning GH from the blogs,.. I recently found your render animation component, and was trying to use it in my definition, but having a hard time making it work in my definition,
    Could you please share some knowledge about how to use that component, I would like to mail you my definition, But I didn’t find your email on the site, you can email me to the above email address,..so that I can reply you with my definition.
    Thanks a lot,..

  • Giulio Piacentino Says:

    Thank you for your mail, Raj! – Giulio

  • sinan Says:

    Hello Giulio,

    I got an error message while i’m trying to use UDP Receiver component in GH. I never got that message before. I really can’t fix it. The message is : “error: Only on usage of each socket adress (protocol/network adress/port) is normally permitter (line: 0).

    It’s getting this while i’m trying to stream arduino data into GH via processing with udp library.

    Do you got an idea?

    Regards.

  • Giulio Piacentino Says:

    This is a current limitation and I’m thinking about ways to solve it. Yes, it just means that the port is already opened.
    You can only use one port at the time, therefore you have to remember to always close the port by setting it to -1.
    After the problem has happened, you have to restart Rhino.
    - Giulio

  • Doug Bucci Says:

    Hi Giulio,
    Thank you for making this available….It has been a great weekend playing these definitions. I was wondering if Laplacian features are available to work inside Grasshopper?

    Thanks in advance for your time!

    Best,
    Doug Bucci

  • Giulio Piacentino Says:

    Hi Doug, thank you for your message. I’ll make the icons available in Grasshopper, too, in the next small update.
    - Giulio

Leave a Reply