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

Add bevy_asset_preview and bevy_marketplace_viewer crates #39

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

Atlas16A
Copy link
Contributor

(Redo of previous PR)
Adds bevy_marketplace_viewer crate built in to be ready to begin implementing the marketplace when the website is ready for it.
To be clear, this will just be for handling the connection between the editor and bevy foundation and (maybe?) additional visuals that the asset browser won't have (like a price tag widget, etc). This is a separate crate from the asset browser for ease of removal if a user wishes, ideally this is a top level crate that nothing else depends on.

Also adds a bevy_asset_preview crate, I imagine this to be a background process quietly scanning the asset folder and generating appropriate previews for assets not generally easy to display, this adds parity with the previews the marketplace will most likely have as well as making asset browsing easier and faster.

@alice-i-cecile alice-i-cecile added this pull request to the merge queue Sep 25, 2024
Merged via the queue into bevyengine:main with commit 457454a Sep 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants