Who Needs C4d?

Discussion in 'Large Artwork' started by .ZERO, Jul 20, 2008.

  1. .ZERO

    .ZERO Nigga wit a PSD

    Age:
    32
    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
    C4D? PFFT!! real men use processing

    http://line12.net/processing/

    all positions, edge weights and tri values completly random so no design will ever be the same.

    C+C <3
     
  2. AG Birdman

    AG Birdman Senior Member

    Age:
    43
    Posts:
    1,350
    Likes Received:
    0
    Joined:
    Jun 26, 2006
    thats cool, but can u use it for anything?
     
  3. .ZERO

    .ZERO Nigga wit a PSD

    Age:
    32
    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
    yep, you can output the image to PDF or JPG, of course the code would need tweaking to end the tri creations after the for loop ends, with that version its an infinite for loop so it will continuously spawn
     
  4. adefenselesskid

    adefenselesskid Well-Known Member

    Age:
    33
    Posts:
    601
    Likes Received:
    0
    Joined:
    May 21, 2008
    Location:
    Missouri
    Umm its diffrent, i first saw it and was like WTF... Idk i don't understand it.
     
  5. .ZERO

    .ZERO Nigga wit a PSD

    Age:
    32
    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
    makes a change from overwhored C4Ds/V4Ds all hand coded btw :)
     
  6. .ZERO

    .ZERO Nigga wit a PSD

    Age:
    32
    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
    Just a quick throw together with the kind of stuff i've made, no horse---- about "OMGZ RENDERS DNT LUK GUD 2GEVA" any ----e like that and you'll get a neg

    [​IMG]

    and anyone who wants to try themselves, heres the space invader's code, theres probably a easier way to do it but meh, i've been doing this for litterally 12 hours so i'm still learning
    Code:
    //set the canvas
    size(800, 800);
    //BG col
    background(207,90,90);
    //don't add a border to the geom
    noStroke();
    //set the fill col
    //                          R    G     B
    color setcol   =   color  (168, 168, 168);
    
    
    //HTMLcolour = #CC6600;
    //fill the geom
    fill(setcol);
    //LINE1
    //       Xpos    Ypos    Xhei    Yhei
    rect(    110,     10,     25,     25);
    rect(    140,     10,     25,     25);
    //LINE2
    //       Xpos    Ypos    Xhei    Yhei
    rect(     80,     40,     25,     25);
    rect(    110,     40,     25,     25);
    rect(    140,     40,     25,     25);
    rect(    170,     40,     25,     25);
    //LINE3
    //       Xpos    Ypos    Xhei    Yhei
    rect(     50,     70,     25,     25);
    rect(     80,     70,     25,     25);
    rect(    110,     70,     25,     25);
    rect(    140,     70,     25,     25);
    rect(    170,     70,     25,     25);
    rect(    200,     70,     25,     25);
    //LINE4
    //       Xpos    Ypos    Xhei    Yhei
    rect(     20,     100,    25,     25);
    rect(     50,     100,    25,     25);
    rect(    110,     100,    25,     25);
    rect(    140,     100,    25,     25);
    rect(    200,     100,    25,     25);
    rect(    230,     100,    25,     25);
    //LINE5
    //       Xpos    Ypos    Xhei    Yhei
    rect(     20,     130,    25,     25);
    rect(     50,     130,    25,     25);
    rect(     80,     130,    25,     25);
    rect(    110,     130,    25,     25);
    rect(    140,     130,    25,     25);
    rect(    170,     130,    25,     25);
    rect(    200,     130,    25,     25);
    rect(    230,     130,    25,     25);
    //LINE6
    //       Xpos    Ypos    Xhei    Yhei
    rect(     80,     160,    25,     25);
    rect(     170,    160,    25,     25);
    //LINE7
    //       Xpos    Ypos    Xhei    Yhei
    rect(     50,     190,    25,     25);
    rect(     110,    190,    25,     25);
    rect(     140,    190,    25,     25);
    rect(     200,    190,    25,     25);
    //LINE8
    //       Xpos    Ypos    Xhei    Yhei
    rect(     20,     220,    25,     25);
    rect(     80,     220,    25,     25);
    rect(     170,    220,    25,     25);
    rect(     230,    220,    25,     25);
     
  7. KiTa

    KiTa Well-Known Member

    Posts:
    315
    Likes Received:
    0
    Joined:
    Jun 19, 2007
    so are you giving everyone FR im confused cause i kinda want to something with the picture =)
     
  8. .ZERO

    .ZERO Nigga wit a PSD

    Age:
    32
    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
    thats only the space invader in the corner ;)
     
  9. KiTa

    KiTa Well-Known Member

    Posts:
    315
    Likes Received:
    0
    Joined:
    Jun 19, 2007
    damn =(
     
  10. MerDeNoms

    MerDeNoms Well-Known Member

    Age:
    16
    Posts:
    1,333
    Likes Received:
    0
    Joined:
    Jun 30, 2008
    Location:
    Canada
    pretty cool man
     
  11. FirebatHero

    FirebatHero Well-Known Member

    Posts:
    161
    Likes Received:
    0
    Joined:
    Apr 4, 2008
    hip hip hurrah for real men!!!
     
  12. ThE DaRkSiD3

    ThE DaRkSiD3 Well-Known Member

    Age:
    34
    Posts:
    1,635
    Likes Received:
    0
    Joined:
    Apr 3, 2006
    Location:
    The Netherlands
    thts awesome :D
     

Share This Page