Vibe Coding with Intuiface

3D cube rendered in threeJS that interacts with Intuiface

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:

  1. Starting with existing code from threejs.org
  2. Asking Claude AI to modify it for our specific needs
  3. 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.

Download the source Intuiface project (10MB)

2 Likes