Welcome to Lucitra
Lucitra provides AI-powered infrastructure for simulation and validation of robotics and autonomous systems.
Products
Lucitra Studio
AI-powered 3D asset generation platform for game developers, robotics teams, and creative professionals.
Key Features:
- Text-to-3D Generation - Generate 3D models from text descriptions
- Image-to-3D Generation - Convert reference images to 3D models
- Physics-Accurate Validation - Validate assets for simulation and real-world use
- Multi-Engine Export - Export to Unity, Unreal, Godot, Bevy, and Omniverse
Lucitra Privacy
Privacy compliance infrastructure for web applications.
Key Features:
- Consent Management - GDPR and CCPA compliant consent banners
- Global Privacy Control - Automatic GPC signal detection
- Data Subject Requests - Streamlined DSR handling
Quick Start
Using the Studio API
import { createClient } from '@lucitra-studio/sdk';
const client = createClient({
apiKey: process.env.LUCITRA_API_KEY,
});
const result = await client.generate({
prompt: 'A realistic medieval sword with ornate golden handle',
type: 'prop',
style: 'realistic',
});
console.log('Generated model:', result.modelUrls.glb);
Installation
npm install @lucitra-studio/sdk
Resources
- API Reference - Complete REST and WebSocket API documentation
- SDK Documentation - JavaScript, Unity, Unreal, and Godot SDKs
- Meshy Integration - 3D generation provider setup
Support
- GitHub: github.com/lucitra
- Website: lucitra.ai