tripo3d-0.2.0 has been yanked.
Tripo3D Rust SDK
An unofficial Rust SDK for the Tripo3d API, providing an easy-to-use interface for 3D model generation.
Features
- Text-to-3D: Generate 3D models from text prompts.
- Image-to-3D: Generate 3D models from images.
- Asynchronous API: Fully async support for efficient, non-blocking operations.
- Account Balance: Check your account balance.
- Easy to Use: High-level abstractions to simplify your code.
Getting Started
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Authentication
The SDK requires an API key for authentication. You can pass the key directly to the client or set the TRIPO_API_KEY environment variable. You can find your API key on the Tripo3D Platform.
Usage
Here's an example of the complete workflow: submitting a task, waiting for it to complete, and downloading the resulting model.
use ;
use env;
async
For more detailed examples, please see the examples directory in the repository.
Documentation
For more detailed information about the API and its features, please refer to the official documentation.
License
This SDK is licensed under the MIT License. See the LICENSE file for more details.