Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support material asset in SwiftTheming #44

Open
dscyrescotti opened this issue Jun 10, 2023 · 0 comments
Open

Support material asset in SwiftTheming #44

dscyrescotti opened this issue Jun 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dscyrescotti
Copy link
Owner

Description

As materials are part of Apple Platform especially in VisionOS, it is good to support them in SwiftTheming.

Proposal

The new asset protocol called MaterialAssets will be added to Assets as follows.

public protocol Assets {
    associatedtype MaterialAsset: MaterialAssets
}
@dscyrescotti dscyrescotti self-assigned this Jun 10, 2023
@dscyrescotti dscyrescotti converted this from a draft issue Jun 10, 2023
@dscyrescotti dscyrescotti added the enhancement New feature or request label Jun 10, 2023
@dscyrescotti dscyrescotti added this to the SwiftTheming Revamp milestone Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant