Skip to content

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

Notifications You must be signed in to change notification settings

rust-adventure/wgpu-for-bevy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published