Qwenton.AI
ARCHITECTURE & SERVICES

Everything for Game Prototyping

From natural language specifications to multi-engine exports without touching 3D modeling software.

COMING SOON • IN ACTIVE DEVDESKTOP .EXE

GUI Agent (.exe)

A standalone visual workspace currently in development by THE STRANGERS. Features visual scene construction, live AI chat sidebar, and real-time shader viewport.

  • Visual node tree inspector & drag-and-drop asset composer
  • Integrated local Git repository and export synchronization
  • Offline local LLM compatibility (Ollama & LM Studio)
WORKSPACE // SCENE_HIERARCHYALPHA COMING SOON

├── [MeshInstance3D] Procedural_Chassis.mesh

├── [CollisionShape3D] Capsule_PhysicsHull

└── [AI_Script] PlayerController.gd

TERMINAL CLI INTERFACE

$ npm install -g @qwenton/cli (Coming Soon)

$ qwenton login

$ qwenton generate "retro space shooter" --engine godot

> [OK] Scaffolding godot project to ./builds/space-defender...

COMING SOON • IN ACTIVE DEVNPM PACKAGE

CLI Agent (npm)

Terminal-first automation package. Scaffold games in headless CI/CD environments, configure custom LLM endpoints, and package engines directly from your command line.

Engine Compatibility Matrix

Engine2D/3D GenOutput FormatStatus
Godot 4.xSupported.godot project + GDScriptBeta Ready
Phaser 3 / WebGLSupportedHTML5 & WebGL BundleLive in Sandbox
Pygame / ArcadeExperimentalPython ScriptsRoadmap