Nancy's Brutalistism Page

Nancy is a renowned designer of chaotic patterns. Her work is known for its unpredictability and aesthetic discomfort.

Chaotic Patterns

Nancy's patterns are designed to challenge the viewer's perception and create a sense of unease.

Learn more about Algorithmic Chaos Learn more about Random Chaos

Designers' Statement

Nancy's work is a response to the bland, soulless designs of the mainstream.

"I want my designs to make people question everything," she says.

Read the full designer's statement
					// Nancy's code is like a time bomb, waiting to blow your eyes out
					// import random; import chaos
					public class Nancy'sPattern {
					 public static void main(String[] args) {
					// generate a random pattern
					Pattern p = new Pattern();
					// set it to the screen
					Screen s = new Screen();
					// watch in awe as the pattern devolves into madness
					while (true) {
					p.generate();
					s.display(p);
					}
					}
					 }