Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Melodies

This is an exploration of randomness in digital art. Using Processing 4, this project converts song lyrics into visual images by translating them into binary and using the binary to create the images. Each program or sketch within this repository works similarly.

How it works

The programs require a binary data text file as input. This data represents the translated song lyrics or any kind of text. The programs read this binary data from the text file and interpret it to generate a unique visual representation on a canvas.

The specific mechanism for translating the binary data into visual representation varies by program, but each leverages the inherent structure of the binary data to inform the generated visual.

Installation

  • Install Processing 4
  • Clone this repository
  • Add a binary data text file to the project. You can use Text to Binary for this
  • Open the .pde file in the Processing IDE and run the sketch

License

MIT


About

Binary Melodies is a digital art project that transforms any Text, into unique images. By translating into binary and interpreting this data with Processing 4.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages