3D & Games
Last updated
BonzAI creates interactive 3D experiences by generating scene code and rendering it with WebGL. It is not a text-to-mesh service.
explorable scenes;
product or architectural concepts;
simple games and interactions;
animated environments;
reusable Three.js experiments.
Describe the scene and interaction.
Generate the experience.
Inspect it in the live viewer.
Move the camera and test interactions.
Refine one behavior at a time.
Specify scale, camera, controls, materials, lighting, objects, motion, collisions, goal, and success/failure states. A familiar game mechanic should be named explicitly.
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