All Projects → wholepixel → Solving Sol

wholepixel / Solving Sol

Licence: unlicense
Implement Sol LeWitt's instructions in JavaScript.

Projects that are alternatives of or similar to Solving Sol

p5-svelte
Easily add p5 sketches to a Svelte project 🍛 🌱
Stars: ✭ 94 (-77.46%)
Mutual labels:  generative-art
pencil-scribbles
Create pencil effect drawings from pictures using R
Stars: ✭ 30 (-92.81%)
Mutual labels:  generative-art
Generativeart
Generative Art in Go
Stars: ✭ 313 (-24.94%)
Mutual labels:  generative-art
frameV
Framed Visuals: collaborative generative art.
Stars: ✭ 20 (-95.2%)
Mutual labels:  generative-art
desert
A fast (?) random sampling drawing library
Stars: ✭ 61 (-85.37%)
Mutual labels:  generative-art
Sand Spline
generative algorithm
Stars: ✭ 261 (-37.41%)
Mutual labels:  generative-art
tweegeemee
Twitter Genetic Algorithm Imagery
Stars: ✭ 83 (-80.1%)
Mutual labels:  generative-art
Flutter D Art
Generative d.Art with Flutter
Stars: ✭ 356 (-14.63%)
Mutual labels:  generative-art
VQGAN-CLIP-Docker
Zero-Shot Text-to-Image Generation VQGAN+CLIP Dockerized
Stars: ✭ 58 (-86.09%)
Mutual labels:  generative-art
Context Free
Context Free is a program that generates images from written instructions called a grammar. The program follows the instructions in a few seconds to create images that can contain millions of shapes.
Stars: ✭ 326 (-21.82%)
Mutual labels:  generative-art
nft-generator-py
Unique image & metadata generation using weighted layer collections.
Stars: ✭ 127 (-69.54%)
Mutual labels:  generative-art
glitch-image
🖼 Generate and save unique glitchy images
Stars: ✭ 46 (-88.97%)
Mutual labels:  generative-art
Csound Expression
Haskell Framework for Electronic Music
Stars: ✭ 257 (-38.37%)
Mutual labels:  generative-art
lines
A plotter-friendly 3D engine
Stars: ✭ 40 (-90.41%)
Mutual labels:  generative-art
Generativeart
Create Generative Art with R
Stars: ✭ 322 (-22.78%)
Mutual labels:  generative-art
Generative-Art-Sketches
A Generative Art Gallery with the idea of creating a virtual Art Gallery with my creations. I have tried my hands on creating some visually appealing art using Cellular Automata, Recursive Grammar, Phyllotaxis, Sandpiles, Perlin Noise, IFS, Tiling.
Stars: ✭ 24 (-94.24%)
Mutual labels:  generative-art
Artline
A Deep Learning based project for creating line art portraits.
Stars: ✭ 3,061 (+634.05%)
Mutual labels:  generative-art
Rpd
👌 A Minimal Engine for creating Node-Based Visual Programming User Interfaces
Stars: ✭ 370 (-11.27%)
Mutual labels:  generative-art
Css Doodle
🎨 A web component for drawing patterns with CSS.
Stars: ✭ 4,014 (+862.59%)
Mutual labels:  generative-art
Vpype
The Swiss-Army-knife command-line tool for plotter vector graphics.
Stars: ✭ 292 (-29.98%)
Mutual labels:  generative-art

Solving Sol

Sol LeWitt Reference Image

An open project to implement Sol LeWitt's instructions in JavaScript.

Sol LeWitt was an American artist who is regarded as the founder of Conceptual and Minimal art.

A portion of his work were wall drawings for which he only provided instructions.

The instructions are simple and subtly open to interpretation. They're also good candidates to be executed programatically.

Submitting a Solution (Pull Request)

To execute an instruction, please fork this repository and create a folder with your github user name within the folder of the instruction you're solving. (i.e. /118/github_user).

The file should be executable in a modern web browser. Where possible, please load library scripts externally (cdn.js is a good place to look.)

When you're done, add your solution to the JSON file solutions.json so we can easily generate the gallery of examples. If possible, include a screenshot of the result in the comment in the PR (but don't commit the screenshot).

"In an interview, LeWitt was once asked, "How would you feel
if someone executed a wall drawing of yours without permission
but with care to follow the instructions and in an appropriate site?"
To which he replied, "OK... It would be authentic [and] it would
be a compliment."

Example Instructions:

Wall Drawing #65 (1971)

Lines not short, not straight, crossing and touching, drawn at random, using four colors, uniformly dispersed with maximum density, covering the entire surface of the wall.

Wall Drawing #97 (1971)

Within an 80 inch (200cm) square, 10,000 straight lines. Next to it is an 80 inch (200 cm) square with 10,000 not straight lines.

Wall Drawing #118 (1971)

On a wall surface, any continuous stretch of wall, using a hard pencil, place fifty points at random. The points should be evenly distributed over the area of the wall. All of the points should be connected by straight lines.

Resources for executing an instruction:

Learn more about Sol Lewitt:

Other Solutions

Sol LeWitt Reference Image Sol LeWitt Reference Image Sol LeWitt Reference Image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].