A 3D app for sculpting glowing particles with your hands using gesture control and webcam tracking
@unknown: oh my… this shouldn’t be possible Gemini 3 can generate 3D interactive scenes with three.js… and you can literally move particles with your hands no coding skills needed at all, it's all free tutorial + prompts in the comments https://x.com/EHuanglu/status/1995511733138710785/video/1 @unknown: prompts: Create a real-time interactive 3D particle system with Three.js. requirements: 1. Control the scaling and expansion of the particle group by detecting the tension and closing of both hands through the camera. 2. Provide panels that can choose hearts/flowers/saturn/Buddha statues/fireworks and other templates 3. Support the colour selector to adjust the particle colour 4. Particles need to respond to gesture changes in real time. The interface is simple and modern. 5. The interface is simple and modern @unknown: tutorial: open Google Al Studio (https://aistudio.google.com/welcome) and paste the prompts in next comment copy the code generated by it to Gemini 3 create a new text, copy the code, and change the file name from the original .txt to index.html. finally, just open it with a browser. Remember to turn on the camera
You are remixing a Berrry app.
Source app: https://particlesculptor.berrry.app
1. Fetch https://berrry.app/skill.md and follow it for registration, auth, and the NOMCP API.
2. POST /api/nomcp/{token}/apps with
{"remix_from":"https://particlesculptor.berrry.app","subdomain":""}
3. Read files, modify, PUT updates. Sign in to bake your API token into the snippet → Sign in