View allAll Photos Tagged generativeart
By Madhesh1
This was created in a class at Brunswick Acres Elementary School in New Jersey. It is exhibited online at the Kids Art Museum Artsonia:
www.artsonia.com/museum/gallery.asp?exhibit=390273
Thanks to Suzanne Tiedemann for organising this.
Design Something Everyday No. 2
Generative Art with ActionScript 3.0
First I ran the code, and afterwards took a screenshot, nothing has been edited afterwards.
The following code has been used:
for (var i:uint = 0; i < 300; i++) {
var circle:Sprite = new Sprite();
circle.graphics.beginFill(Math.random() * 16777215);
circle.graphics.drawCircle(0,0,Math.random()*300);
circle.graphics.endFill();
circle.alpha=Math.random();
circle.x=Math.random()*stage.stageWidth;
circle.y=Math.random()*stage.stageHeight;
addChild(circle);
}
Redrawing photos with a partially random particle system.
Made with Processing
View more: MY WEBSITE | BEHANCE | INSTAGRAM | TWITTER
By kelvin56
This was created in a class at Brunswick Acres Elementary School in New Jersey. It is exhibited online at the Kids Art Museum Artsonia:
www.artsonia.com/museum/gallery.asp?exhibit=390273
Thanks to Suzanne Tiedemann for organising this.
The term "collective memory" denotes the aggregate of memories, knowledge, and data that a social group holds, which is intrinsically linked to the group's identity. The term "collective memory" in English and its French counterpart "la mémoire collective" emerged in the latter half of the 19th century. Maurice Halbwachs, a philosopher and sociologist, further developed this concept in his 1925 work, «Les cadres sociaux de la mémoire». Both expansive and intimate social collectives can create, disseminate, and inherit collective memory.
Contrary to the term "collective memory," which is somewhat ambiguously defined yet generally accepted, the notion of "collective memories" is inherently problematic. Memories are the results of the individual acts of recollection, making the idea of "collective memories" paradoxical. Сontemporary diffusion models utilize vast amounts of often unidentified data, including historical and personal old photographs, vintage postcards, and other kinds of publicly circulating images. These models may be seen as involved in the prompts-driven singular acts of remembrance, producing images that paradoxically represent "collective memories," something otherwise unfeasible and ultimately, non-existent.