WVAviator / lorecraft

Generate and play AI adventure games. Built with Rust/Tauri and TypeScript/React/Tailwind.
1 stars 0 forks source link

Image design #5

Closed WVAviator closed 8 months ago

WVAviator commented 8 months ago

After receiving the game summary and later level design and character design, there will be many images to generate. Consider using a thread pool to handle several concurrent requests to dalle.

These images will each need to be given an associated id, so that they can be downloaded and stored in the filesystem. The final game object should use the absolute file system routing as the string for each image, so that the frontend can get the image for displaying.