Skip to content

My personal toolkit for writing `wgpu` real quick.

Notifications You must be signed in to change notification settings

toastmod/wgpu-quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wgpu-quick

My personal toolkit for writing wgpu real quick.
Alot of it is based on sotrh's wgpu tutorial.

Included

  • looputil::Timing: Event Loop and render timing helpers.
  • texture::Texture: Image loading and texture creation.
  • model::Model: A place to struct 3D model buffers.
  • renderobj::RenderObject: Combinations of pipelines and models to render.
  • uniforms::Uniform: A uniform variable that syncs with a buffer.

About

My personal toolkit for writing `wgpu` real quick.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages