Code P_1_1_2_01

Grundlegende Prinzipien –  P.1 Farbe –  P.1.1 Farbspektrum –  P.1.1.2 Farbspektrum im Kreis –  P_1_1_2_01

Pages


  • 186 - 187

Comments

  • 2013-01-22 @ 7:21 pm   |  Comment by denberghvanmartijn

    Okay im just testing all of your code and just wanted to say that your timestamp function does not work in processing 2.0b7

  • 2013-01-24 @ 5:25 pm   |  Comment by Kvantti

    denberg, that is because Processing has removed the Java dependencies in the latest versions. They were still included when this code was written, but now you have to manually add them.

     

    Quick and dirty solution: include the following in the start of every Processing sketch that fails:

     

    import java.io.*;

    import java.util.*;

     

  • 2013-01-29 @ 12:30 pm   |  Comment by denberghvanmartijn

    Aight thanks for the fix, i just deleted it, works too :)

Leave a Comment

   (required)

  

Please enable JavaScript to post a comment.

(.zip, max. 1MB)  

Proof that you are human!
Please paste the snippet below in an empty Processing sketch!
What number does the Processing console show?

randomSeed(84172);
println(int(random(100000)));

  (required)