-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Specific Demand
Different platforms deal with creating dynamic assets differently. Dioxus should provide a way to create a dynamic asset (like a generated image) that works on any platform.
Implement Suggestion
Each renderer would need to implement dynamic assets differently:
- Web: use an object url
- Liveview: use a temporary asset url
- Fullstack: use a temporary asset url on the server, then if it is dynamically created on the client use a object url
- Desktop: use an asset url based on Add custom asset handler to desktop configย #1719
Sitin and mcmah309
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request