Skip to content

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

License

Notifications You must be signed in to change notification settings

Alyxfranck/ASCII-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

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 visual images. By translating into binary and interpreting this data with Processing 4.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published