This program is built on the basis of Coding train, Challange #24. The program allows you to control Perlin noise with the help of sound that the device receives through the microphone. The program is available at https://aljaznuncic.github.io/Perlin-noise and the source code at https://github.com/aljaznuncic/Perlin-noise.
The project was created within the subject Interaction and Information Design at the Faculty of Computer and Information Science, University of Ljubljana. The article of the project is available here (the article is written in Slovenian).
Videos showing the operation of the program are available here.
For any information I am available at [email protected]. I also ask that in any case of use my product / code, you appropriately cite me as the author.
Some IDE has option to run this project locally inside them. If you don't have it, you can run it from terminal too. For run from terminal you need npm (If you don't have it, you can get it here).
To check if you have Node.js installed, run this command in your terminal:
node -v
To confirm that you have npm installed you can run this command in your terminal:
npm -v
In the project file type in terminal:
npm i -g serve
and then:
serve
Nunčič, A. (2021, January 10). Perlin noise controlled with voice [Computer software]. Retrieved from https://github.com/aljaznuncic/Perlin-noise.