rust-adventure / wgpu-for-bevy

wgpu examples, with the contextual goal of understanding how Bevy uses wgpu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wgpu for bevy

A series of examples with the goal of building a foundational knowledge of wgpu which can then be used to understand how Bevy's renderer (built on top of wgpu) works.

Examples

triangle

a triangle

The triangle example is a minimal example that integrates with winit to display a window and render a triangle.

Bevy uses winit in a much more complex way but this example should provide some basis for understanding the winit event handling in bevy_winit.

About

wgpu examples, with the contextual goal of understanding how Bevy uses wgpu.


Languages

Language:Rust 97.2%Language:WGSL 2.8%