Web app for turning sketches into 3D models
Top 23.2% on sourcepulse
Vibe Draw is an AI-powered tool that transforms 2D sketches into 3D models and worlds, targeting creators and designers who want to bypass complex 3D modeling software. It aims to make 3D content creation accessible and intuitive, enabling rapid iteration and export to existing workflows.
How It Works
The system employs a multi-stage AI pipeline. Users sketch on a 2D canvas (using TLDraw), which is then refined by an AI model. This enhanced 2D drawing is subsequently converted into a 3D model. Users can further iterate on these models via sketching or text prompts, and the resulting 3D world can be exported in glTF format. The architecture leverages Next.js/React for the frontend, Three.js for 3D rendering, and FastAPI with Celery/Redis for the backend AI processing and asynchronous tasks.
Quick Start & Requirements
cd frontend && npm install && npm run dev
cd backend && cp .env.example .env && docker compose up
Highlighted Details
Maintenance & Community
No specific community links or contributor information are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The project requires multiple API keys for various AI models, which may incur costs. The AGPL license necessitates careful consideration for commercial use or integration into proprietary software.
1 month ago
Inactive