This demonstration introduces “vibe coding” - creating complex code through conversations with AI instead of writing it line by line.
The interactive 3D cube you see was developed by:
- Starting with existing code from threejs.org
- Asking Claude AI to modify it for our specific needs
- Refining through back-and-forth conversation
The most important technical achievement is the communication between the cube and Intuiface.
When you tap a face on the cube, the JavaScript sends a message to Intuiface using window.top.postMessage()
. A custom Interface Asset created by @Seb captures this message and turns it into a standard Intuiface trigger.
This approach lets creators implement advanced interactive elements without needing deep expertise in specialized programming domains.
This example requires Player 8 or can be viewed online.