Skip to content

aljaznuncic/Perlin-noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perlin noise

About

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.

Run program locally

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).

Check that you have node and npm installed

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

Run from terminal

In the project file type in terminal:

npm i -g serve

and then:

serve

Cite as:

Nunčič, A. (2021, January 10). Perlin noise controlled with voice [Computer software]. Retrieved from https://github.com/aljaznuncic/Perlin-noise.

About

Perlin noise controlled with voice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published