Slashdot Mirror


Ming + PHP5 + AI = Pretty

cyberscribe writes "Project K++ just released its first alpha version today. The project aims to explore computer-generated abstract art using PHP and Ming. The name of the project is an homage to Wassily Kandinsky, father of abstract art. Caution: the Flash movies can be intensive on your graphics card. Other caution: hitting reload to see the next cool computer-generated abstract 'painting' can be highly addictive."

8 of 204 comments (clear)

  1. Poor Abstract Artists by BlueCup · · Score: 5, Funny

    Looks like their careers are over =(

    --
    WANNAWIKI Wannawiki WannaWiki WANNAWIKI!
  2. art? by incal · · Score: 5, Interesting

    Art isn't about being pretty. Art is about emotional, spiritual communication between an artist, his culture, work of art, and public.

    some random images are no more art than some randomly placed things on my workbench.

    1. Re:art? by Xiph · · Score: 5, Insightful

      however, the work of programmers who created it could be considered art, the big difference from a painting is that this art is interactive.
      the work isn't just the one image, it's the whole thing.

      Remember that the algorithms that makes it have been created by someone, and probably tweaked a bit too.
      all this tweaking and coding is not that much different to molding a shape out of clay.

      --
      Blah blah sig blah blah blah irony blah blah
  3. I'm sorry, but this looks like crap by t0qer · · Score: 5, Interesting

    I used too produce stuff like this on my atari what.. 15 or more years ago, in basic. I'm not impressed in the slightest. Thumbs down for an image that looks like it could have been produced by my little brother with a crayon.

    Now if you truly want some cool abstract art, try debris by Brennen Underwood of nullsoft fame. For some reason it has a tendancy too gather porn pictures in the images it creates. Is it because there's a lot of porn on the net? Or is it because nullsoft = sex. Try it for yourself and you tell me.

  4. Similar Project Evolvotron by knightshrubs · · Score: 5, Informative

    Evolvotron

    From the page: Evolvotron is an interactive "generative art" application for Linux to evolve images/textures/patterns/animations through an iterative process of random mutation and user-selection driven evolution. It's not running in Flash, you may render all images to arbitrary resolutions and is perfect for creating new desktop backgrounds... Also check the Gallery and Animations.

    The code is licensed under the GPL. It uses Qt and is multi-threaded.

  5. Seems like it would be better as a Ming example... by Granos · · Score: 5, Insightful

    The project itself really doesn't impress me. All the K++ people did was use a random number generator to generate colors, gradients, curve coordinates, circles, etc. The actual cool part (Dynamically genereated fully functional Flash movies through PHP) was all the work of the Ming library coders. This is akin to someone creating a spinning rainbow colored 3D cube in OpenGL or someone applying a ton of Photoshop filters to a cool picture of the sky. It looks nice to someone who doesn't know how it was made, but in reality, all of the challenging and innovative things were done by the person who programmed the library, not the person who used some very basic implementation of the library.

  6. Generated Art by mr+i+want+to+go+home · · Score: 5, Informative
    The idea of 'generated art' is pretty cool I think. It's certainly a big step back to the roots of Modernist art - which was about explorations of tone/colour/form/balance and not necessarily subject. Unfortunately lots of art at the moment is really quite selfish - Tracy Emin's unmade bed for example...it seems to be a symptom of the voyeristic phase our culture is going through (Big Brother, Blogging, etc)

    This k++ (or whatever) is an ok example, but there are some truly fantastic sites around..Try Pray Station or (one of my hero's) John Maeda. John's work is incredibly beautiful, and he's a half decent coder to boot.

  7. Where's the AI? by amacedo · · Score: 5, Insightful

    I seriously fail to spot the AI in this.

    Random number generation is more likely, but I doubt any AI techniques are needed or applicable to this.