Prism is a browser-based audiovisual artwork by Yann Novak, created for exhibition on the Sonospace website.
The original version of Prism used a jQuery audio player hosted by Sonospace. Since that site is no longer available, this version uses a simple play button and is self-hosted for archival and public viewing.
- Animated, shifting-gradient background
- Play/pause audio control
- Responsive design
You can view the artwork here:
https://www.yannnovak.com/prism
- Click the play/pause button to start or stop the audio.
- The visual elements animate automatically.
- Title: Prism
- Artist: Yann Novak
- Year: 2015
- Code & Sound: Yann Novak
- Copyright: 2015 Yann Novak Studio
This project was commissioned by Sonospace and was originally intended for their website.
Since Sonospace is no longer online, this version is self-hosted for posterity.
For other uses, please contact Yann Novak.
prism/
├── assets/
│ ├── audio.mp3
│ ├── audio.ogg
│ └── thumbnail.jpg
├── .gitignore
├── functions.js
├── index.html
├── README.md
└── style.css