forked from swift502/Sketchbook
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Igor edited this page Nov 27, 2025
·
2 revisions
Welcome to the Sketchbook AI wiki! This project is a fork of the original Sketchbook 3D playground, enhanced with AI-powered "Text-to-World" capabilities.
Sketchbook AI transforms traditional 3D game development by allowing users to build 3D worlds simply by typing what they want. Using Large Language Models (LLMs), the engine generates TypeScript code on the fly, which is then compiled and executed in real-time.
- Real-time AI Code Generation: Describe what you want in natural language
- Streaming AI Responses: Watch code being generated in real-time
- Dynamic Code Execution: Generated code runs immediately in the 3D environment
- Context-Aware AI: Trained on the engine's TypeScript definitions and examples
- Multiple AI Providers: Support for OpenAI, Anthropic, Gemini, and local models
- Clone the repository
- Set up your AI API key in
localSettings.js - Open
index.htmlin your browser - Start typing what you want to create!
This project builds upon the excellent work of swift502's original Sketchbook. See the main repository for contribution guidelines.