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

Webgpu example pages #630

Merged
merged 4 commits into from
May 15, 2023
Merged

Webgpu example pages #630

merged 4 commits into from
May 15, 2023

Conversation

mockersf
Copy link
Member

@mockersf mockersf commented May 6, 2023

build a new example page with webgpu examples from Bevy main using bevyengine/bevy#8561

Screenshot 2023-05-06 at 17 16 25

  • Add screenshots for all examples. They will need to be updated with every release by running the script, this is manual for now but can be automated by CI later
  • Link to a cloudflare page for wasm files. They will need to be updated with every release by running the script, this is manual for now but can be automated by CI later
  • Build the new example page with all examples marked as wasm compatible

#}
import { progressiveFetch } from '/tools.js';
// import init from './{{ page.title }}.js';
import init from 'https://wasm-examples.pages.dev/{{ category.title }}/{{ page.extra.technical_name }}/wasm_example.js'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this URL will need to change to the official Bevy Cloudflare page URL

Co-authored-by: Paul Hansen <mail@paul.rs>
Copy link
Member

@cart cart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work. Excited to announce Bevy+WebGPU!

@cart cart added this pull request to the merge queue May 15, 2023
Merged via the queue into bevyengine:main with commit bc5d03b May 15, 2023
@mockersf mockersf mentioned this pull request Mar 8, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants