Closed
Bug 1831088
(webgpu-bevy)
Opened 3 years ago
Closed 2 years ago
[meta] Support Bevy examples
Categories
(Core :: Graphics: WebGPU, task, P3)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
People
(Reporter: ErichDonGubler, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: meta)
Attachments
(1 obsolete file)
The Bevy community is already targeting WebGPU with many of its examples. They do this by compiling Bevy to WASM, which is then dropped into HTML/JS scaffolding to get it loaded.
This is a use case we'd like to support for WebGPU!
Basic instructions for trying out Bevy examples compiled to WASM:
- Ensure that
wasm-bindgenis installed, i.e., viacargo install wasm-bindgen-cli. - From the root of a checkout the
bevyrepository, invokecargo run -p build-wasm-example -- --api webgpu <example>.
| Reporter | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → egubler
Status: NEW → ASSIGNED
Comment 2•3 years ago
|
||
Comment on attachment 9331359 [details]
Bug 1831088: feat(webgpu): support rgb9e5ufloat texture r=#webgpu-reviewers
Revision D177028 was moved to bug 1831090. Setting attachment 9331359 [details] to obsolete.
Attachment #9331359 -
Attachment is obsolete: true
| Reporter | ||
Updated•3 years ago
|
Assignee: egubler → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Type: defect → task
| Reporter | ||
Updated•3 years ago
|
Priority: -- → P3
Bevy examples using WebGPU are deployed here: https://bevyengine.org/examples-webgpu/
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Updated•2 years ago
|
Alias: webgpu-v1-bevy → webgpu-bevy
| Reporter | ||
Comment 4•2 years ago
|
||
For future reference: :Nical has historically coordinated with the Bevy community in the #rendering-dev channel on the official Bevy Discord server.
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•