The work of Georg Nees

I recently stumbled upon a reference to Georg Nees.

I then found a few pieces (eight) of his work on the Victoria and Albert Museum site.

And there is a database of more of his work here:
http://dada.compart-bremen.de/item/agent/15
But the images are kind of small. I do understand it’s probably to deter people from taking screenshots and using them without permission which I respect.

Are there any print publications, so as to able to look more closely and enjoy his work? It is so sublime.

:nerd_face:

1 Like

see https://www.deanspot.org/assets/eightcorner/nees-8-corner-20f6bdbc.jpg

see Georg Nees |

see Georg Nees - Wikipedia

see IASLonline NetArt: History of Computer Art III.2 Computer Graphics | Computer drawing, Computer art, Computer history

1 Like

Oh thank you @Chrisir !!
And, looks like wikipedia will be my road map. :grinning:
:nerd_face:

1 Like

Hello,

I find a Google Images search to be a great tool to find stuff!

Especially for visual searches.

Google Images search for Georg Nees

I got lost in there for a while!

:)

1 Like

Thank you @glv !!
I am off my game today. Google Images. Of course! :thinking:
:nerd_face:

2 Likes

From Wikipedia:

Frieder Nake (born December 16, 1938 in Stuttgart, Germany) is a mathematician,
computer scientist, and pioneer of computer art.
Nake had his first exhibition at Galerie Wendelin Niedlich in Stuttgart in November,
1965 alongside the artist Georg Nees.

1 Like

Thank you @kalle for the recommendation! :grinning: :grin:

Saw some of his prints, along with lots of other great pioneering work, at the Chance and Control exhibition when it toured to Chester.

Recommend reading about that, and the '60s Cybernetic Serendipity exhibition it was celebrating.

1 Like

I found the algorithn of one of their works here:
http://dada.compart-bremen.de/item/algorithm/1

I wonder if someone is willing to translate into processing.

1 Like

Hello @JoseMY,

Hello,

I did not translate the code provided to Processing but instead looked at the outcome:
http://dada.compart-bremen.de/item/artwork/1

image

And considered how to achieve that with Processing.

Steps taken:

  • Draw a grid with nested for() loops.
  • Draw a rect() at each point on the grid. I did this first and built on this in next steps!
  • Use y of the grid as a factor to control amount to translate() and rotate() the rect().
  • As y increased the amount to translate() and rotate() increased.

References:

This is a worthy and achievable exercise to work through without complete code.

Give it a try!

:)

2 Likes

Well, I tried with other of the classics, Manfred Mohr:

https://editor.p5js.org/jgmy/sketches/QQ6zPFwK6

I even got a like by the artist!

2 Likes

That is SUPER COOL!!
:upside_down_face: :grin:

1 Like

@neilcsmith This is a wonderful review. A LOT of information packed into a relatively short-to-medium-length article. Plus the unexpected background on why the V&A even has this collection was further enriching!
WOW. Good stuff.
:nerd_face:

2 Likes