For the complete documentation index, see llms.txt. This page is also available as Markdown.

3D & Games

BonzAI creates interactive 3D experiences by generating scene code and rendering it with WebGL. It is not a text-to-mesh service.

What you can create

  • explorable scenes;

  • product or architectural concepts;

  • simple games and interactions;

  • animated environments;

  • reusable Three.js experiments.

Workflow

  1. Describe the scene and interaction.

  2. Generate the experience.

  3. Inspect it in the live viewer.

  4. Move the camera and test interactions.

  5. Refine one behavior at a time.

Good instructions

Specify scale, camera, controls, materials, lighting, objects, motion, collisions, goal, and success/failure states. A familiar game mechanic should be named explicitly.

Performance

Complex geometry, many lights, large textures, physics, and post-processing can reduce frame rate. Ask for a simpler scene first, then add detail.

Last updated