Back

Image Prompt
Laser eye effect web demo with Mediapipe and Three.js
Shared by:@愚瞳 | winterx
Source:View Original Post
Description
A concise technical prompt for Gemini 3 to build a web experience that uses the front camera and Mediapipe facial landmarks to apply a real-time 3D laser eye effect via Three.js.
Prompt
{
"description": "Use the computer's front-facing camera Use `mediapipe` lib to capture facial landmarks Use `threejs` to apply a LASER EYE effect to the face captured by the camera based on the real-time 3D landmark information provided by `mediapipe`"
}