{"id":29619043,"url":"https://github.com/fishwowater/minimal3dstudio","last_synced_at":"2025-09-10T04:09:18.416Z","repository":{"id":303629753,"uuid":"1013756439","full_name":"FishWoWater/Minimal3DStudio","owner":"FishWoWater","description":"A minimal version of 3D studio, especially designed for 3D generative tasks.","archived":false,"fork":false,"pushed_at":"2025-07-19T06:36:53.000Z","size":44959,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"minimal","last_synced_at":"2025-07-21T03:02:06.414Z","etag":null,"topics":["3d-generation","3d-printing","3daigc","electron","image-to-3d","replicate","text-to-3d","tripo","vibe-coding"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FishWoWater.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-04T12:15:25.000Z","updated_at":"2025-07-09T07:25:36.000Z","dependencies_parsed_at":"2025-07-08T16:41:31.833Z","dependency_job_id":"1567a116-03af-4a39-b294-6d558098d997","html_url":"https://github.com/FishWoWater/Minimal3DStudio","commit_stats":null,"previous_names":["fishwowater/minimal3dstudio"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/FishWoWater/Minimal3DStudio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishWoWater%2FMinimal3DStudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishWoWater%2FMinimal3DStudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishWoWater%2FMinimal3DStudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishWoWater%2FMinimal3DStudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FishWoWater","download_url":"https://codeload.github.com/FishWoWater/Minimal3DStudio/tar.gz/refs/heads/minimal","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishWoWater%2FMinimal3DStudio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268867189,"owners_count":24320299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-generation","3d-printing","3daigc","electron","image-to-3d","replicate","text-to-3d","tripo","vibe-coding"],"created_at":"2025-07-21T03:00:55.108Z","updated_at":"2025-08-05T09:16:03.871Z","avatar_url":"https://github.com/FishWoWater.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimal 3D Studio\n\n**English** | [中文](README_zh.md)\n\nA minimal cross-platform(Win/Mac/Web) application for 3D model generation. Built with React, TypeScript, Three.js, and Electron. **Support Tripo and Replicate as the API providers.** \n\n\n![Demo](./assets/demo.gif)\n\n## API Providers \n### Tripo\n[Tripo](https://www.tripo3d.ai) is one of the best 3DAIGC providers. You can get 600 free API credits (separated from web credits) upon registration on Tripo so it worths a try! Beyond 600 credits, each image generation costs around $0.05, each model generation costs around $0.2.\n\n\n### Replicate \nCurrent [Replicate](https://replicate.com) API builts upon  [Flux-Schnell](https://replicate.com/black-forest-labs/flux-schnell) for text2image and [TRELLIS](https://replicate.com/firtoz/trellis) for image2model. Replicate is pay-as-you-go, which costs about $0.003 per text2image generation and $0.04 per image2model generation.\n\n## Features\n\n### 🎨 TextTo3d \u0026 ImageTo3D\n- **Text-to-Image**: Generate images from text prompts\n- **Image-to-3D**: Convert 2D images into 3D models\n\n### ⚙️ **Replicate Advanced Parameters** \n- **Texture Size**: texture resolution, [512, 2048]\n- **Simplify Ratio**: decimation ratio for the final geometry (0.9 - 0.99, largest value means fewer faces)\n\n\n### ⚙️ **Tripo Advanced Parameters**\n\u003e check out the [Tripo Pricing Page](https://platform.tripo3d.ai/docs/billing) for the credits required.\n- **Generate Texture**: Generate textured mesh or raw mesh\n- **PBR Texture**: Generate PBR texture\n- **HD Texture**: High-Quality texture\n- **Generate In Parts**: Generate Part-Level Geometries (conflicts with texture generation)\n- **Low Poly**: Generate the model in a low-poly style\n- **Quad Topology**: Generate the geometry as a quad mesh instead of a triangle mesh\n- **Face Limit**: Limitation on the number of faces of generated geometry\n\n## Quick Start\n\n### Prerequisites\n- Node.js 16 or higher \u0026 npm\n- Tripo3D API key (get one at [platform.tripo3d.ai](https://platform.tripo3d.ai))\n- Replicate API key (get one at [Replicate API](https://replicate.com/account/api-tokens))\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/your-username/minimal_3d_studio.git\n   cd minimal_3d_studio\n   ```\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n3. **Configure API Key**\n   - In development, use environment variables to configure your API key `cp .env.example .env`.\n   - For production, check out the settings panel.\n4. **Start development server**\n   ```bash\n   npm start\n   ```\n5. **Open the application**\n   - Web: http://localhost:3000\n   - Desktop: `npm run electron-dev`\n\n## Development Scripts\n```bash\n# Start web development server\nnpm start\n# Start Electron development mode\nnpm run electron-dev\n# Build for production\nnpm run build\n# Package as desktop app (for distribution)\nnpm run electron-pack\n# Package as desktop app (development - no code signing)\nnpm run electron-pack-dev\n```\n\n\n## Project Structure\n```\nminimal_3d_studio/\n├── public/\n│   ├── electron.js          # Electron main process\n├── src/\n│   ├── components/          # React components\n│   │   ├── Header.tsx\n│   │   ├── ImageViewport.tsx\n│   │   ├── ModelViewport.tsx\n│   │   ├── Model3D.tsx\n│   │   └── ControlPanel.tsx\n│   ├── services/\n│   │   └── api.ts          # Tripo3D API integration\n│   ├── types/\n│   │   └── api.ts          # TypeScript definitions\n│   ├── App.tsx             # Main application component\n│   ├── App.css             # Styling (matches prototype)\n│   └── index.tsx           # Application entry point\n├── docs/                   # Documentation and assets\n└── package.json           # Dependencies and scripts\n```\n\n## Deployment\n\n### Web Deployment\n```bash\nnpm run build\n# Deploy the build/ folder to your web server\n```\n\n### Desktop App Packaging\n\n#### For Development (No Code Signing)\n```bash\n# Current platform\nnpm run electron-pack-dev\n# Specific platforms\nnpm run electron-pack-dev -- --mac\nnpm run electron-pack-dev -- --win\nnpm run electron-pack-dev -- --linux\n```\n\n### TODO\n- [ ] Support other API providers like Replicate/Hunyuan\n- [ ] Support local API backend with [3DAIGC-Backend](https://github.com/FishWoWater/3DAIGC-API), and develop a more comprehensive 3D studio (including rigging/segmentation etc.).\n\n\n## License\n\nThis project is licensed under the Apache2.0 License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n- [Tripo3D](https://platform.tripo3d.ai) for the powerful 3D generation API\n- [React Three Fiber](https://github.com/pmndrs/react-three-fiber) for 3D rendering\n- [Lucide](https://lucide.dev) for beautiful icons\n- Cursor + Claude4 \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishwowater%2Fminimal3dstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffishwowater%2Fminimal3dstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishwowater%2Fminimal3dstudio/lists"}