shaderunner

Crates.ioshaderunner
lib.rsshaderunner
version0.1.1
sourcesrc
created_at2024-09-30 19:00:13.758416
updated_at2024-10-10 02:51:52.953276
descriptionA rendering layer on top of wgpu, winit, and egui.
homepage
repositoryhttps://github.com/hdpotter/shaderunner
max_upload_size
id1392080
size162,189
(hdpotter)

documentation

README

Shaderunner

This library is a learning exercise and a component in several personal projects. Expect regular breaking changes; we do not recommend using Shaderunner in your projects in its current state.

Shaderunner is a basic graphics layer over wgpu, winit, and egui, adapted and expanded from Benjamin Hansen's excellent WGPU tutorial. It supports basic mesh construction and rendering with colored vertices; it does not yet support textures.

License

Licensed under either of Apache License, Version 2.0 or MIT License at your option.

Commit count: 14

cargo fmt