Skip to content

luismr00/ml5-template

 
 

Repository files navigation

SEA Camera Lens

Description

The lens I created was a helmet from a video game character called Captain Falcon. Upon doing a salute gesture with the left arm one can trigger Falcon's famous taunt phrase called "Show me ya moves".

Screenshot

alt text

Instructions to run the lens on local server

  1. Open this repo with the terminal either through an IDE of choice or the system's terminal
  2. Run the repo through a server. If you do not have a server command already installed globally, run the command:
npm install --global http-server

Else, run the following the command if you already have a server installed or after running the command above sucessfully:

http-server
  1. Go to the browser and navigate to: localhost:8080
  2. With the left hand, have your left hand show in front of the camera and you will hear a sound. Salute to make the lens effect look more dramatic. :)

Tools used

  • ml5.js
  • p5.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • HTML 4.9%